I am making a motion tween with the timeline and it works with a movieclip.
My Issue is that can I use as3 as well?
I have 24 frames for the simple motion tween and when I click on “actions” in flash6 to as3 editing area I cant?
I wan to be able to click on the movie clip like a hyperlink to load another webpage.
Is this because you cant do both?
Place your all action script code in a separate layer.
Because in AS3 you can not apply any code directly to the display object.
Here is few line of code, i used for ball_mc –