Platforms change every time i play ?
![champ442](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
hey
- i have a game like doodle jump, but the platforms i jump on is the same place every time i play and its borring to play
and i have try to set it to spawn random but then sometimes its impossible to move forward ??
what can i do ?
- i have a game like doodle jump, but the platforms i jump on is the same place every time i play and its borring to play
and i have try to set it to spawn random but then sometimes its impossible to move forward ??
what can i do ?
Comments
Spawn Actor-Platform
X-Random 1 to 640
Y-Main Player Y+50
y - player position y + 50 ?
also now they spawn every 1 second and i want them to all been spawn when i touch play?
(sorry bad english)
Put the spawning rule in a timer and make it every 0.01 seconds. That way by the time to player starts doing anything, multiple platforms will already be spawned.