How to make a Reset Button

johnfromdon
johnfromdon Community Member Posts: 158
I created a Reset button that works with an HTML exported lesson.The button itself, just contained the graphics to create the button. I did not use any actions attatched to the Button Properties.I attatched another action to the button, and included the following:On: Mouse ClickAction: Modify VariableTarget: Gash (Dummy Variable)Value: Javascript:window.location.reload()Hope it helps you.