How can I change to a particular scene according to a given attribute?.

rmvz3rmvz3 Member Posts: 4
edited April 2012 in Working with GS (Mac)
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

Best Answer

Answers

  • rmvz3rmvz3 Member Posts: 4
    edited April 2012
    Wow. That's weird. :(

    Thank you for your quick answer, Photics. :)
  • PhoticsPhotics Member Posts: 4,172
    edited April 2012
    Wow. That's weird. :(
    Yeah, that's because the Change Scene behavior doesn't accept attributes.

    Open URL would be more powerful if Attributes could be used too.
Sign In or Register to comment.