Skip to main content
April 13, 2011
Answered

How to make a reset button and add action script to it to reset all of my drag and drop movie clips

  • April 13, 2011
  • 1 reply
  • 2611 views

This is HOT need assistance quickly by close of business Thursday

Hello kglad and all, I have an issue with adding a reset button to my drag and drop movie clips.

The problem is, if a student drags a movie clip to a wrong location on the SWF file I want them to be able to hit a reset button that would take them the same SWF that they opened and what would showup would a clear page for them to restart their drag and drop exercise.

I know how to make the button for this just want the proper action script to be able for user to start over with no movie clip symbols on the page.

Seal55

This topic has been closed for replies.
Correct answer kglad

you either have to code for everything to reset or you can reload your current page:

loadMoveNum(this._url,0);

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 13, 2011

you either have to code for everything to reset or you can reload your current page:

loadMoveNum(this._url,0);

April 14, 2011

Okay thank you

kglad
Community Expert
Community Expert
April 14, 2011

you're welcome.