A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Movie clip

  1. #1
    Member
    Join Date
    Mar 2002
    Posts
    68
    hello, i just for got how to get a movie clip to play on a mouse clip. lest ssay the movie clip is called "sound". any help would be greatly apreciated. pat

  2. #2
    Member
    Join Date
    Mar 2002
    Posts
    68
    sorry for the bad spelling but i want it on mouse click of a button.

  3. #3
    Senior Member
    Join Date
    Jul 2001
    Location
    Planet Earth
    Posts
    298
    Code:
    on(release){
    mcName.play();
    }
    Where "mcName" is the name of the movie clip to start playing. Is that the what you were asking?

  4. #4
    Member
    Join Date
    Mar 2002
    Posts
    68
    thanks. i had a major brain block

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