A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Play and Stop

  1. #1
    Member
    Join Date
    Apr 2005
    Location
    Saudi Arabia
    Posts
    47

    Play and Stop

    Hi Folks. I have a problem in a movie clip, how can i stop only one layer containing the tween. If i give the stop command, the down other layers only not working. What is the code for only one layer to be stopped without effecting the others layer.

    Thanks for the Help.

    Feroze
    Feroze Khan.

  2. #2
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Sounds like your stop() action is being applied to the whole move. apply the stop action to a clip instance by calling it like this

    clipInstanceName.stop();


    I don't think you can stop a specific layer in a movie clip.

  3. #3
    Member
    Join Date
    Apr 2005
    Location
    Saudi Arabia
    Posts
    47

    Play and Stop

    Thanks Almedia for the help

    Regards

    Feroze
    Feroze Khan.

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