A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: duplicating movie problems

  1. #1
    Senior Member alienhead's Avatar
    Join Date
    Dec 2000
    Location
    dublin, ireland
    Posts
    189

    duplicating movie problems

    i'm duplicating a movie symbol, and giving it a different name, but when i put different actions on it, it changes the actions for the origional clip too.

    how can i duplicate a clip, and make it an indipendent movie symbol?

  2. #2
    See-n-reMember azwaldo's Avatar
    Join Date
    Mar 2003
    Location
    Sonoran Desert
    Posts
    745
    Hi alienhead,

    Am guessing here that you are working with MX ...
    Have you tried associating actions with particular clips using dot syntax from the main timeline?

    Code:
    _root.clip5.onRelease = function(){
     //scripts to be executed just by clip5 (instance name)
    }
    __azwaldo__

  3. #3
    Senior Member alienhead's Avatar
    Join Date
    Dec 2000
    Location
    dublin, ireland
    Posts
    189
    its cool i sorted it.

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