Scripter101
12-20-2005, 02:18 AM
Ok I would really appreciate someone shining a light on my probably very newbular problem. NOW, I started using flash 7 and upgraded recently to Flash pro 8. Im trying to get an effect of motion with actionscript. Im a pretty heavy flash user just not too big on motion with code yet :(
I am trying to complete the Easing menu tutorial located on here, this is the link if your unfamiliar.
http://www.actionscripts.org/tutorials/intermediate/Easing_Menu_System/index.shtml
HERE is my question. I have read multiple tutorials that use
onClipEvent (load) {
}
and
onClipEvent (enterFrame) {
}
yet everytime I try to use them, flash tells me I have errors, like its formatted wrong, how can it be formatted wrong if my Actionscript 2.0 dictionary says the same thing. Now the way I was taught was to define it in either a relative path like this.onEnterFrame = function or absolute _root etc etc..
how am i supposed to follow a tutorial when the code they supply and explain will work isnt working? Or am I not understanding a simple thing? Any help or even someone that can point me in the right direction would be very helpful, thanks.
I am trying to complete the Easing menu tutorial located on here, this is the link if your unfamiliar.
http://www.actionscripts.org/tutorials/intermediate/Easing_Menu_System/index.shtml
HERE is my question. I have read multiple tutorials that use
onClipEvent (load) {
}
and
onClipEvent (enterFrame) {
}
yet everytime I try to use them, flash tells me I have errors, like its formatted wrong, how can it be formatted wrong if my Actionscript 2.0 dictionary says the same thing. Now the way I was taught was to define it in either a relative path like this.onEnterFrame = function or absolute _root etc etc..
how am i supposed to follow a tutorial when the code they supply and explain will work isnt working? Or am I not understanding a simple thing? Any help or even someone that can point me in the right direction would be very helpful, thanks.