Spawn actors like doodle jump ?

JamieOneilJamieOneil Member Posts: 877
edited November -1 in Working with GS (Mac)
I have looked around and found people asking this but iv not found a good answer, how do i spawn actors like doodle jump ?
thanks in advance

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    what do you mean by "like doodle Jump"
  • JamieOneilJamieOneil Member Posts: 877
    tenrdrmer said:
    what do you mean by "like doodle Jump"

    The platforms in doodle jump, how would i make platforms spawn like that in Gamesalad ?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    if you want to use spawning you just use a Random(0,320) function for where it spawns your x position but many people have done similar games with game salad and I believe most use a recycle technique to just keep moving the platforms back up to the top in a new random x position
  • JamieOneilJamieOneil Member Posts: 877
    tenrdrmer said:
    if you want to use spawning you just use a Random(0,320) function for where it spawns your x position but many people have done similar games with game salad and I believe most use a recycle technique to just keep moving the platforms back up to the top in a new random x position

    how would i recycle ? i know about it but i have never tried it before ? :D
  • JamieOneilJamieOneil Member Posts: 877
    Is there any GOOD doodle jump FREE templates ?
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    http://gamesalad.com/game/3255

    click the new tab in gamesalad and search the title of that demo to donwload it

    cheers
  • JamieOneilJamieOneil Member Posts: 877
    JohnPapiomitis said:
    http://gamesalad.com/game/3255

    click the new tab in gamesalad and search the title of that demo to donwload it

    cheers

    Can't seem to download it :S?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    double click the icon not the edit in gameSalad button
  • JamieOneilJamieOneil Member Posts: 877
    tenrdrmer said:
    double click the icon not the edit in gameSalad button

    but its not showing up in the search ?
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    I just tried also. Apparently he took it down from being downloadable you might try PMing him to see if he is willing to give you a copy.

    ___________________________________________________________________________________
    Project Help from Tenrdrmer Click Here

    GS BubbleBall Template HERE!!
    Stacks Level Selection Template HERE!!
    Expanding Option Menu Template HERE!!
    Tenrdrmer's Menu # 3 HERE!!
    AppSolute Entertainment on Facebook
    AppSolute Entertainment on iTunes
  • Rob2Rob2 Member Posts: 2,402
    Not downloadable...search 'endless'
  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    thats weird, was up for download not to long ago

    sorry about that
  • SingleSparqSingleSparq Member Posts: 1,339
    I just released A jump style game (Orbitz! Jump Adventure) and You don't spawn the platforms, you put them in the scene and as the get to the bottom they have a rule to place them back at the top (before entering the screen area) in a random x position.

    You can either use another actor that they overlap outside the bottom screen to trigger an event or set the attribute to y< (bottom position number) then changeY to top positionnumber type of thing.

    My game was based on ToastKittens doodle template made available last August. Still took me 8 months (should have been 6) to incorporate enemies and power ups for proper gameplay.

    __________________
    SingleSparq Games:

    Space Tech Defender

    Orbitz! Jump Adventure
Sign In or Register to comment.