A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Error please please help

  1. #1
    A.K.A Franco
    Join Date
    Jul 2001
    Location
    Saint John N.B Canada!
    Posts
    182

    Error please please help

    **Error** Scene=Scene 1, layer=Actions, frame=6:Line 1: Statement must appear within on/onClipEvent handler
    stop();


    What does this mean? How can I fix it. The only thing I see in the actions frame is stop();
    The feeling you can't get anywhere else is onstage ROCK-4-EVER!

  2. #2
    Senior Member pellepiano's Avatar
    Join Date
    Feb 2000
    Location
    Stockholm, Sweden
    Posts
    15,151
    You have probably by mistake put stop action on a movieclip ( like a stop ), which you can not do.

    -Pelle Piano
    // Image Gallery
    www.studiobild.com
    // Photo Blog
    http://talesofthepixel.blogspot.com

  3. #3
    Senior Member firoz_dj's Avatar
    Join Date
    Oct 2001
    Location
    Mumbai(Bombay), India
    Posts
    271
    you may have assigned action to a button or movie clip which requires handlers. If you want to stop your movie itself then you shud assign stop() action to a frame.
    Select the button you have made on stage then open action panel and delet the action from it. Now select the frame on timeline on which you want to assign stop action and type stop(); there.
    Now that error will not come.
    try to do something, you can do anything

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center