home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / clowns.swf / scripts / DefineSprite_138 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  130 b   |  7 lines

  1. if(Math.random() > 0.3)
  2. {
  3.    _X = Math.random() * _root._width;
  4.    _Y = Math.random() * _root._height;
  5.    gotoAndPlay(3);
  6. }
  7.