
12-10-2009, 07:43 AM
You could use a number variable which keeps track of how many cubes are in play by setting it's value to the number of starting cubes, then subtracting 1, 2, or 4 as they are taken away. Then, add an event called "when a variable changes" and use the number variable as the variable. Inside the event, check to see if the number variable is 4 or less with an if statement.
|