A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Playing movieclip

  1. #1
    Member
    Join Date
    Feb 2002
    Posts
    48
    How do I make a movieclip only play on key press?

  2. #2
    Gross Pecululatarian Ed Mack's Avatar
    Join Date
    Dec 2001
    Location
    UK
    Posts
    2,954
    in another MC

    if(Key.isDown(Key.SPACE)){
    _root.mymc.play();
    }
    else{
    _root.mymc.stop();
    }

  3. #3
    Member
    Join Date
    Feb 2002
    Posts
    48
    Thank you

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