home *** CD-ROM | disk | FTP | other *** search
- donebutton.onRelease = function()
- {
- _root.circlewipe(_root.instructions,_root.titlescreen);
- gotoAndStop(1);
- hand.stop();
- knight.stop();
- };
- nextbutton.onRelease = function()
- {
- nextFrame();
- };
- backbutton.onRelease = function()
- {
- prevFrame();
- };
- stop();
- hand.stop();
- knight.stop();
-