Platforms change every time i play ?

champ442champ442 Member Posts: 42
edited September 2012 in Working with GS (Mac)
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 ?

Comments

  • BoyGeniusStudiosBoyGeniusStudios Member Posts: 92
    For spawning make a rule that states

    Spawn Actor-Platform
    X-Random 1 to 640
    Y-Main Player Y+50
  • champ442champ442 Member Posts: 42
    also x - random ( 0, 320)
    y - player position y + 50 ?
  • BoyGeniusStudiosBoyGeniusStudios Member Posts: 92
    No, set X to random 1 through 640 and Y platform position plus 50 (then just place the first platform)
  • champ442champ442 Member Posts: 42
    thanks, but how can i do so all the plat forms spawn at the same time??

    also now they spawn every 1 second and i want them to all been spawn when i touch play?

    (sorry bad english)
  • carlblanchetcarlblanchet Member Posts: 755
    @champ442
    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.
Sign In or Register to comment.