View Single Post
Old 11-04-2007, 01:00 AM   #5 (permalink)
BluBarry
Registered User
 
Join Date: Aug 2006
Posts: 138
OS: WinXP Pro


** Good to Remember **

In working with Flash ActionScripts, if you get an Error Message stating " Statement Must Appear Within on Handler "

This simply means you are putting your Action Code on the Button or Movie Clip. In this case, try placing the Code on the associated Frame and that should take care of the problem.


A good working habit to always use is creating a separate Frame for your Codes, naming it Action(s) instead of the frame associated with your Symbol.

BB
__________________
The Source Code and a good Terminology Reference Book can be the greatest Programming Instructor you'll ever find ...
Did you know Windows Notepad, Microsoft Word or any Text Rendering & Editing Program is all you need to build Web Pages?
BluBarry is offline