I want a way to changes layouts (rooms) in my game with some sort of index that can be used lineally or jump to a specific room.
I thought an array would be a good way to do that but seem toi be missing something. Any ideas with examples?
dropbox.com/s/zh76w5mxcl75nnx/RoomSwitch.capx
Thank you
Develop games in your browser. Powerful, performant & highly capable.
Your array is empty.
RoomArray.capx
Your the man Kyatric (Tips his hat).
I thought I was doing that with my instance variables. I see my mistake.
Guyon
You might try csv plugin if you want a array with initial values. CSV could let you edit initial value in excel.
Kyatric got me covered for my room change needs but, your plugin may work great for the rest of the dungeon text and stats. Thanks rexrainbow.