home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Multimedia / tour / Professional / segment1.swf / scripts / DefineSprite_49 / frame_2 / DoAction.as
Encoding:
Text File  |  2001-07-26  |  170 b   |  13 lines

  1. function showShots()
  2. {
  3.    _parent.playVO("TOUR73");
  4.    gotoAndPlay(10);
  5. }
  6. function hideShots()
  7. {
  8.    if(_currentframe != 4)
  9.    {
  10.       gotoAndPlay(35);
  11.    }
  12. }
  13.