Change Level When 3 Actors have been touched?
JamieOneil
Member Posts: 877
I have a level with 3 actors and i want the level to change when those 3 actors have been touched and destroyed ? and then on the next level there would be 4 of then.....
thanks
thanks
Comments
Ace
In actor:
Rule; When all are valid
when touched
inside
(Destroy)
(Change attribute: Touched to touched+1)
In Background actor (or any other actor):
Rule
When Touched=3 (Change scene)