Falling sprites from top to bottom
skdiat
Member Posts: 5
Greetings to all! Am new to game salad in the process of making my first game. Please explain me how to set a sprite falling from top after certain intervals in game salad. I want the same sprite to fall from top to bottom after certain period of time. (like the moving pips in flappybird). Thanks in advance.
Comments
First off I think you mean Actor (No to be pedantic or anything)
Secondly what platform are you using?
Create the actor that is going to fall, I'll call it FallingActor. And a mainframe (You could use the background I suppose.
MainFrame (Or background, whatever you want to use)
FallingActor
To destroy the actor once it has moved offscreen
Let me know if you have any issues with that
Developer For BLUNTentertainment - Feel Free To Message Me! - Free Beginner Templates!
it worked. Thanx a lot mate