home *** CD-ROM | disk | FTP | other *** search
/ Online Today 1999 February / AOLCD.ISO / mac / SHOW / start.dcr / 00015_go+1.ls < prev    next >
Encoding:
Text File  |  1998-11-10  |  107 b   |  8 lines

  1. on mouseUp me
  2.   if the colorDepth > 8 then
  3.     go(the frame + 1)
  4.   else
  5.     go(the frame + 2)
  6.   end if
  7. end
  8.