home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_859 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  249 b   |  18 lines

  1. if(a == undefined)
  2. {
  3.    var a = true;
  4.    b.addListener(this);
  5.    onPause = function()
  6.    {
  7.       stop();
  8.    };
  9.    onPlay = function()
  10.    {
  11.       play();
  12.    };
  13.    this.onUnload = function()
  14.    {
  15.       b.removeListener(this);
  16.    };
  17. }
  18.