home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / runrun.swf / scripts / DefineSprite_112 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-07-07  |  242 b   |  19 lines

  1. stop();
  2. _parent.stop();
  3. a = 0;
  4. this.onEnterFrame = function()
  5. {
  6.    if(a == 1)
  7.    {
  8.       prevFrame();
  9.    }
  10. };
  11. if(_parent.koniec == true)
  12. {
  13.    gotoAndStop(51);
  14. }
  15. if(_parent.restart == true)
  16. {
  17.    _parent.gotoAndStop("gra");
  18. }
  19.