The Solution: Scan your script to make sure that all standard handlers are in bright blue, not dark blue. Dark blue is usually user-defined data; if you look at the image above, my play() ; function is entered correctly, so its bright blue. My onClipEvent (enterFrame), however, is incorrectly capitalized, so Flash doesnt recognize it a handler and thus displays the text in dark blue. Watching for things like that can help you figure out what youve capitalized incorrectly, or even misspelled.


