A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: button trouble

  1. #1
    Junior Member
    Join Date
    May 2006
    Location
    Houston, Tx
    Posts
    18

    button trouble

    go here and roll over the light on the left. Notice that if you roll over it too fast then the button gets "stuck" I've had this problem before but I dont know what the fix is. My .fla is attached if you need it
    Thanks so much
    Attached Files Attached Files

  2. #2
    Member
    Join Date
    Feb 2006
    Posts
    96
    try this ....
    on (rollOver) {
    _root.light.gotoAndPlay(2);
    }
    on (rollOut) {
    _root.light.gotoAndPlay(7)
    }

  3. #3
    Junior Member
    Join Date
    May 2006
    Location
    Houston, Tx
    Posts
    18
    Oh my gosh I LOVE YOU! Thanks. I'm dumb for not seeing that myself but whatev. I'm a newb. Thanks again

  4. #4
    Member
    Join Date
    Feb 2006
    Posts
    96
    You are welcome...

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