playMaker

Author Topic: Arraymaker across Multiple Scenes  (Read 1568 times)

_adamturnbull

  • Playmaker Newbie
  • *
  • Posts: 18
Arraymaker across Multiple Scenes
« on: May 05, 2014, 09:27:09 AM »
Hi,

I'm trying to set up an array that will hold how many stars the player has collected for each level. Are there any basic tutorials or suggestions you can give me for how to set up an array that I can access across multiple scenes.

So when the player completes a level, it will add the amount of stars collected to the array under the appropriate variable.

I'm pretty new to using arrays, I had it working so I could access variable values on one scene but I'm confused how to do the same across multiple scenes.

Cheers,
Adam

jess84

  • Hero Member
  • *****
  • Posts: 515
Re: Arraymaker across Multiple Scenes
« Reply #1 on: May 05, 2014, 09:45:31 AM »
You could make that object 'Don't destroy on Load' (the action is titled the same).