Go to random scene
Shpint
Member Posts: 404
Hey all,
I want to be able to go to a random scene when I touch on an actor. How can I do this?
Thanks
I want to be able to go to a random scene when I touch on an actor. How can I do this?
Thanks
Comments
then go to your actor:
when you touch actor change attribute random (1, max number of scenes).
still in the SAME rule:
when attribute "change scene"= 1
go to scene 1
when attribute "change scene"= 2
go to scene 2
ect...
Is it possible to go to a random scene, but never repeats?
But this should give you the idea! Hope it helps!
Thank you very much guys for helping me.