Hi, I'm not sure if it's legal to do this so I'm risking everything here. I have "made" a word scramble and it uses DD's Dragable elements script. Many thanks to DD for this awesome script. It includes:
- and an Example Page (which also includes a BGColor changer)
No url to example (YET). Here's how to edit:
1) delete all the unneeded buttons to change background, delete the following code:
HTML Code:
<input type="button" name="colr" value="COLORNAME" onClick="document.bgcolor='#COLORCODE'">
2) to change the images:
HTML Code:
<img src="abc/name.bmp" class="drag">
1. Leave the class="drag"
2. Edit the source to the image you desire.
3) to change the answer/hint:
Change alert('answer/hint here') to what you'd like.
4) to change the button to text for the answer/hint:
Change <input type="button" value="name" onClick="alert('answer/hint')" to <a href="#" onClick="alert('text here')">.
Thanks!
Bookmarks