home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / mid_flight.swf / scripts / DefineSprite_104 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-08-07  |  116 b   |  10 lines

  1. delete onenterframe;
  2. onenterframe = function()
  3. {
  4.    if(eval("/:btalk"))
  5.    {
  6.       play();
  7.    }
  8. };
  9. stop();
  10.