Event observe & random worlds

Discussion in 'How Can I...?' started by brakewind723, Apr 21, 2016.

  1. brakewind723

    brakewind723 Serious Boxer

    Joined:
    Oct 3, 2015
    Messages:
    583
    Likes Received:
    506
    Hey guys I've started this new project in BB2 and was wondering if the event observe can trigger random worlds? Thanks in advance :)
     
  2. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    No, but it's an interesting question. You could use multiple menu jump scenes randomized to simulate something like that.
     
  3. brakewind723

    brakewind723 Serious Boxer

    Joined:
    Oct 3, 2015
    Messages:
    583
    Likes Received:
    506
    Hey @Andy how would I execute this? I have multiple worlds and after the player collects the desired score I want them to go to another random world?
     
  4. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    If you require the use of the event observer you could send player to a intermediary world with 1 scene for each other world you want to jump to using menu jump. Make sure the scenes display randomly.
     
    Last edited: Apr 21, 2016
  5. brakewind723

    brakewind723 Serious Boxer

    Joined:
    Oct 3, 2015
    Messages:
    583
    Likes Received:
    506
    Wow @Andy this is brilliant!
     
  6. chris_lippincott

    chris_lippincott Boxer

    Joined:
    Sep 25, 2015
    Messages:
    15
    Likes Received:
    3
    @Andy great idea for using both menu jump and event observer to get player to randomly jump to different worlds. How could you use event observer and menu jump together? How could you get even observer to do that? I'm not getting BB to do this right it seems...
     
  7. Andy

    Andy Miniboss Boxer

    Joined:
    Sep 24, 2015
    Messages:
    2,152
    Likes Received:
    1,546
    1. Set up event observer as normal in World 1.
    2. At game over (or any other event), it will send you to World 1a.
    3. World 1a contains 3 scenes (setup to play in random order).
    4. Each scene contains a Menu Jump to another world (World 2, 3 and 4).
    5. Setup World 2a, 3a, 4a in a similar way.
     
    Tonyfisher6379 and CuteFox like this.
  8. heathclose

    heathclose Miniboss Boxer

    Joined:
    Jan 28, 2016
    Messages:
    1,810
    Likes Received:
    1,026
    :eek:

    excuse while I wipe my mind of my keyboard and screen
     
    Andy likes this.
  9. CuteFox

    CuteFox Boxer

    Joined:
    Apr 29, 2016
    Messages:
    24
    Likes Received:
    1
    Thank you so much !!
     

Share This Page