home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / attention_hog.swf / scripts / frame_16 / DoAction.as
Encoding:
Text File  |  2008-09-22  |  416 b   |  24 lines

  1. function gameOver()
  2. {
  3.    com.leadpipe.attentionhog.Game.instance.gameOver();
  4. }
  5. function begin()
  6. {
  7.    com.leadpipe.attentionhog.Game.getInstance().startRound();
  8. }
  9. startBox.begin_btn.onRelease = function()
  10. {
  11.    _root.begin();
  12. };
  13. begin_btn.onRelease = function()
  14. {
  15.    com.leadpipe.attentionhog.Game.getInstance().startRound();
  16. };
  17. onMouseDown = function()
  18. {
  19. };
  20. onMouseUp = function()
  21. {
  22. };
  23. stop();
  24.