Hi,
I am new to AS and am trying to create a flash banner.
I have a movie clip on the stage called logo and am using the following code (which I copy/pasted from a website) to animate the movieclip. However, when I run the movie nothing happens.
import fl.transitions.;
import fl.transitions.easing.;
// apply wipe transition TransitionManager.start(logo, {type:Wipe, direction:Transition.IN, duration:2, easing:None.easeNone, startPoint:1});
Any help would be greatly appreciated