home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / 2Deep.swf / scripts / frame_92 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  469 b   |  38 lines

  1. function game()
  2. {
  3.    gotoAndStop(94);
  4. }
  5. function _game(f)
  6. {
  7.    gotoAndStop(93, f);
  8. }
  9. function instr()
  10. {
  11.    gotoAndStop(93);
  12. }
  13. function starting()
  14. {
  15.    gotoAndStop(92);
  16. }
  17. function win()
  18. {
  19.    gotoAndStop(92);
  20. }
  21. function hof(f)
  22. {
  23.    gotoAndStop(95, f);
  24. }
  25. stop();
  26. ng.onRelease = function()
  27. {
  28.    this._parent.game();
  29. };
  30. ins.onRelease = function()
  31. {
  32.    this._parent.instr();
  33. };
  34. mine.onEnterFrame = function()
  35. {
  36.    this._rotation += 3;
  37. };
  38.