onClipEvent
onClipEvent
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- ornj0
First, you don't need to use [ ]. "shit" is the name of the new movie clip, you can just type _root.shit or even shit and leave it at that.
second, your syntax is wrong. You want this:
_root.shit.onEnterFrame = function() { }