A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: button action

  1. #1
    Member
    Join Date
    Aug 2006
    Posts
    63

    button action

    hi guys..
    this script is not working(muse over checking)...can you please fix it up


    if (some_variable = 650 && my_button.mouseOver==true )
    {
    do this
    }



    lots of thanks

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    my_button.onRollOver = function() {
    if (some_variable == 650);
    gotoAndPlay(1);
    }
    Last edited by Ask The Geezer; 10-03-2007 at 09:50 AM.

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