PDA

View Full Version : Clear functions?


GVC1123
01-20-2009, 08:15 AM
Anybody know of a way to "clear" functions after defining them for several buttons? I have several buttons but want to re-define thier functions after a certain frame. This only works for a bit before Flash gets confused and seems to skip between functions I had ever given (despite having re-defined new ones).

deRIJK
01-20-2009, 08:21 AM
Anybody know of a way to "clear" functions after defining them for several buttons? I have several buttons but want to re-define thier functions after a certain frame. This only works for a bit before Flash gets confused and seems to skip between functions I had ever given (despite having re-defined new ones).

perhaps checking the currentframe your flash is in, from within the function and having different functionality depending on this check?