home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / skatecart.swf / scripts / frame_143 / DoAction.as
Encoding:
Text File  |  2005-11-19  |  89 b   |  6 lines

  1. frame = random("16") + "1";
  2. tellTarget("/ob1")
  3. {
  4.    gotoAndStop(eval("/:frame"));
  5. }
  6.