home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_51.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  113 b   |  10 lines

  1. global gArtist
  2.  
  3. on exitFrame
  4.   if gArtist = 1 then
  5.     go(the frame + 1)
  6.   else
  7.     go("preArtist")
  8.   end if
  9. end
  10.