PDA

View Full Version : Code outside btn.



Brandon?
August 22nd, 2004, 03:56 PM
okay ive made a movieclip and i am putting absolutly all the code for the entire swf in it. Everythings been doing good so far except whats the code for a button. This is such an easy problem but for some reason i just cant remember how.
Clarify: i need a release code for outside the button.

hga77
August 22nd, 2004, 04:00 PM
myButton.onRelease = function ()
{
trace ("onRelease called");
};