This functions as expected. However, applying visual effects to transition the opening of the new stack does not function as expected.
When the new stack opens it just appears, and the visual effect fires only after initiating a touch of the newly opened stack. This creates a jarring user experience.
I have reviewed my code and cannot figure out why this is happening.
In the main stack, I have a control with the following:
Code: Select all
on mouseUp
visual effect flip left
go to stack "newStack"
end mouseUp
Am I missing something?
Thanks!
Todd