How can I change to a particular scene according to a given attribute?.
Hi.
I'm looking for a simple way to do this but the only way I know is doing something like:
if attribute game.nextScene=1 —> Go to Scene1
if attribute game.nextScene=2 —> Go to Scene2
...
That's not an option since I may have a lot of scenes. Is there a way to do: Go to Scene game.nextScene?. I'm sure I'm missing something, it should be very easy to do.
Thanks
I'm looking for a simple way to do this but the only way I know is doing something like:
if attribute game.nextScene=1 —> Go to Scene1
if attribute game.nextScene=2 —> Go to Scene2
...
That's not an option since I may have a lot of scenes. Is there a way to do: Go to Scene game.nextScene?. I'm sure I'm missing something, it should be very easy to do.
Thanks
Answers
Thank you for your quick answer, Photics.
Open URL would be more powerful if Attributes could be used too.