A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: roll on, roll off?

  1. #1
    Senior Member
    Join Date
    Oct 2004
    Location
    n0rthants,UK
    Posts
    150

    roll on, roll off?

    hey, what are the basic scripts for rolling on and off to play a movie clip?thanks

  2. #2
    World Kit Vote Holder Abelius's Avatar
    Join Date
    Feb 2002
    Location
    US
    Posts
    963
    Ummm...

    Code:
    myMovieCLip.onRollOver = function() {
        // do something...
    }
    myMovieCLip.onRollOut = function() {
        // do something else...
    }
    Cordially,
    Abelius
    www.worldkit.com

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