home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / musicbox / rehoboe.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1996-06-28  |  108 b   |  10 lines

  1. on mouseUp
  2.   global from
  3.   showAnim(17, 525)
  4.   if from <> 0 then
  5.     go(from)
  6.   else
  7.     go(1)
  8.   end if
  9. end
  10.