home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / toxic_jump.swf / scripts / DefineSprite_439 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  94 b   |  6 lines

  1. onLoad = function()
  2. {
  3.    gotoAndPlay(random(40));
  4. };
  5. onEnterFrame = root.pauseSensitive;
  6.