1
Ask a Question / Re: Flappy Bird poles.
« on: April 20, 2014, 04:33:32 am »
Use photoshop to create the poles or pipes. Import the pipes from photoshop to stencyl in the Actors section of stencyl.
In the main scene of be game, make an always event and place a do every _ seconds block under it. In this , add the create (obstacle) at x: 0 and y: (give it a y coordinate) . This will make the obstacle appear every 3 at the specified coords.
Hope this helped.
In the main scene of be game, make an always event and place a do every _ seconds block under it. In this , add the create (obstacle) at x: 0 and y: (give it a y coordinate) . This will make the obstacle appear every 3 at the specified coords.
Hope this helped.