home *** CD-ROM | disk | FTP | other *** search
/ Leer Poker Spelen / Unibet.iso / content / TheCD3.swf / scripts / DefineSprite_31 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-19  |  135 b   |  8 lines

  1. MovieClip.prototype.rewind = function()
  2. {
  3.    if(goBack && _currentframe > 1)
  4.    {
  5.       gotoAndStop(_currentframe - 1);
  6.    }
  7. };
  8.