Skip to main content

as2 help 55 Responses

Last post: 2 years, 2 months ago | Thread started: Mar 18, 10, 7:45 p.m.

RespondNew TopicDisable Images

Out of context: Response #5 [Mar 18, 10, 7:45 p.m.]

  • tymeframe

    oh shoot, never mind. that worked. Big thanks Pixter... I can now go eat!

    ended up with this...

    btnOne.onEnterFrame = function()
    {
    if (track == 1)
    {
    _root.btnOne.gotoAndStop (2);
    }
    else if (btnOne.hitTest(_xmouse, _ymouse))
    {
    _root.btnOne.gotoAndStop (2);
    }
    else
    {
    _root.btnOne.gotoAndStop (1);
    }
    }

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel

Skip to main content