wrap Y for scene problem
murdeck82
Member Posts: 18
Hi!
I have scene and two actors.I need to actor A fell down and when it reached the bottom appeared on top. For this I use the attribute wrap Y. Attribute wrap Y should be changed to true after touch/press actor B. I created the appropriate rules, but the attribute wrap Y is not changing. What I'm doing wrong?
Comments
I don't think you can modify the wrap Y attribute once the scene has started.
Instead, make a rule that states when actor A reaches the bottom of the scene, change it's Y position to the top of the scene.
thanks, I'll try