home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / blackknight.swf / scripts / DefineSprite_1149 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  315 b   |  19 lines

  1. donebutton.onRelease = function()
  2. {
  3.    _root.circlewipe(_root.instructions,_root.titlescreen);
  4.    gotoAndStop(1);
  5.    hand.stop();
  6.    knight.stop();
  7. };
  8. nextbutton.onRelease = function()
  9. {
  10.    nextFrame();
  11. };
  12. backbutton.onRelease = function()
  13. {
  14.    prevFrame();
  15. };
  16. stop();
  17. hand.stop();
  18. knight.stop();
  19.