playMaker

Author Topic: Help with Scene randomization!  (Read 776 times)

rizwanash

  • Junior Playmaker
  • **
  • Posts: 61
Help with Scene randomization!
« on: May 18, 2019, 10:53:57 AM »
Hello Awesome Guys!

I have a game i am working on and it has Multiple Levels. I have 40 Scenes created for that as Levels and I want When Player reaches 20 Levels Next 20 levels will start randomizing and keep going as infinite. Is there any way to achieve that ?

First 20 Levels i would want all inline and i was able to achieve that by using an INT with Build String that detects Level X and loads accordingly. Also i am using Binary Load/Save for Saving Levels which is awesome and so easy to use.

Thank you in advance.

heavygunner

  • Sr. Member
  • ****
  • Posts: 344
Re: Help with Scene randomization!
« Reply #1 on: May 18, 2019, 11:47:00 AM »
Store last 20 scenes index in a array and load it via Load scene. :D