I'm putting together a form in Flash MX 2004. I've taken a look at the On Demand tutorial and have attempted to place a hide and show transition on one of my nester screens just as it was explained in the demonstration ( I have the following setup for my behaviors.
load = hide screen --> target=this
hide = transition --> type=fly,direction=1,duration=1,easing=none.easeNone
reveal = transition --> type=fly,direction=0,duration=1,easing=non.easeNone
when I test my movie I should only have the main screen display, but instead I have my nested screen flying out and displaying. I don't understand why it's doing this since I have the "load" behavior to hide. I've tried placing these bahaviors in different order as well and the same thing happens. Any suggestion? Thanks!
load = hide screen --> target=this
hide = transition --> type=fly,direction=1,duration=1,easing=none.easeNone
reveal = transition --> type=fly,direction=0,duration=1,easing=non.easeNone
when I test my movie I should only have the main screen display, but instead I have my nested screen flying out and displaying. I don't understand why it's doing this since I have the "load" behavior to hide. I've tried placing these bahaviors in different order as well and the same thing happens. Any suggestion? Thanks!