home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Image.iso / aolshow.dir / 00129.ls < prev    next >
Encoding:
Text File  |  1996-10-20  |  267 b   |  15 lines

  1. on exitFrame
  2.   if the duration of member the member of sprite 1 > the movieTime of sprite 1 then
  3.     go(the frame)
  4.   else
  5.     go("tutor")
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   set the visible of sprite 1 to 0
  11.   updateStage()
  12.   set the visible of sprite 1 to 1
  13.   go("tutor")
  14. end
  15.