Actor in scenes problems
I'm doing something very wrong here and can't figure it out 
How do I use the same Actor in different scenes? Example..
When actor is touched, vanish then go to scene 2.. then again scene 3, 4 and so on.. But it doesn't do it. Just goes back and forward to scene 1&2
Whats the right way of doing this?

How do I use the same Actor in different scenes? Example..
When actor is touched, vanish then go to scene 2.. then again scene 3, 4 and so on.. But it doesn't do it. Just goes back and forward to scene 1&2
Whats the right way of doing this?
Comments
BUT 1st try this - did you do pressed or released? I recommend released. Do when touch is released, interpolate self.color.alpha to 0. Make a rule, when self.color.alpha is 0 to change scene to next scene
Matt
Matt
Matt