home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / netCDmac / intro.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  106 b   |  8 lines

  1. on exitFrame
  2.   if isPastCuePoint(sound1, "trippy bit") = 1 then
  3.     go(39)
  4.   else
  5.     go(16)
  6.   end if
  7. end
  8.