i am trying to make an actor fall from the top of the screen to the floor. i made one but what i need is infinite of the same actor to fall, so how can i do that
1) Make sure something is spawning one of the actors that is falling at the top 2) Make sure that actor has a behavior that makes it fall, or is affected by gravity 2) Add an actor (Bottom) stretching across the bottom. 3) Inside the actor that falls put a rule: When overlaps or collides with actor (Bottom) ,then change self.position.y to above your screen. (If the game's landscape:340 If the game's portrait:500) You may also want to change the x for more effect.
Comments
1) Make sure something is spawning one of the actors that is falling at the top
2) Make sure that actor has a behavior that makes it fall, or is affected by gravity
2) Add an actor (Bottom) stretching across the bottom.
3) Inside the actor that falls put a rule: When overlaps or collides with actor (Bottom) ,then change self.position.y to above your screen. (If the game's landscape:340 If the game's portrait:500) You may also want to change the x for more effect.
I hope that helped
-Thomas
lol
-Thomas