home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / remRN.swf / scripts / frame_7 / DoAction.as < prev   
Encoding:
Text File  |  2002-04-02  |  174 b   |  12 lines

  1. function TogglePic(ThisPicture)
  2. {
  3.    if(ThisPicture._visible)
  4.    {
  5.       ThisPicture._visible = false;
  6.    }
  7.    else
  8.    {
  9.       ThisPicture._visible = true;
  10.    }
  11. }
  12.