random scene question

wouterwouter Member Posts: 174
edited November -1 in Working with GS (Mac)
hi guys,

i have a question:

can you brake the game in different scene's and then play the scene's random after each other without an stop?
(so doodle jump; every challenge is a scene and after each challenge follows another (random without an stop)).

if it can; how to do this?

thanks;)
wouter

Comments

  • calvin9403calvin9403 Member Posts: 3,186
    make attribute integer set it to 0

    when select level is press change attribute to random(1,6) or what ever your number is
    when attribute=1 change scene
    when attribute=2 change scene

    and so on

    ____________________________________
    http://www.thatgameforum.com/
    http://gshelper.com/
    http://www.youtube.com/user/GameSaladCookbook#p/
  • wouterwouter Member Posts: 174
    so you place an attribute (invisible ) on the point where you want to change the scene?
    so if you're character is on 1/3th of the scene and he get an overlaps with that "changescene" attribute, then he changed the scene or is the scene already changed as the character gets there? (so do you have an empty space between the scenes or not?)

    and if you get an empty space, is there a way to avoid that?

    thanks for the reply;)
  • DrGlickertDrGlickert Member Posts: 1,135
    Go check out GSHelper.com too. I believe I saw a video on how to do a random scene. Might have been a template though...
  • calvin9403calvin9403 Member Posts: 3,186
    when overlaps or collide with reset scene, change attribute
  • RedlerTechRedlerTech Member Posts: 1,583
    it is a template, try the random number generator vid and use that for scene changing. Its quit easy as it's just when 2 attributes are equal to change 1 but then use this random number in the change scene.
  • wouterwouter Member Posts: 174
    @DrGlickert: oh really? i searched on youtube of random screne's but didn't find anything;)

    edit:
    so if it overlaps the scene change to the next scene.
    is there a method to construct the scene on the display such that the next scene modification can be attached directly to the present scene?

    i'm sorry for the late answer;) (had to do some stuff xD oh and thats my dad's english because i couldn't make the point clear...)

    and now i go find that template and tutorial;)

    thanks;)
  • wouterwouter Member Posts: 174
    mmm not what i'm looking for (http://gshelper.com/?s=random+scene).
    i don't think the random is a point, only the scene must be attached on the present scene...
    can this? else i have to make the same stuff at the and and the beginning of every scene...
    and the character stay's in the scene? even if the scene changes? (because the character's high can be changed so i can't place the character in the new scene on the same hight....)

    i hope you understand this, because else i have to get my dad again xD
  • rlehmrlehm Member Posts: 320
    I think he wants the current ongoing scene to have random changes. He's trying to attempt it through random scene change. Bad idea. Load times will kill your ongoing game play.
  • wouterwouter Member Posts: 174
    @rlehm
    yea thats the idea;)
    so i have to make levels? one level in one scene...
Sign In or Register to comment.