home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 04364_pback.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  574 b   |  23 lines

  1. on mouseUp
  2.   global codelist
  3.   sresp(41)
  4.   set temp to line the frame - 843 of the text of cast 4138
  5.   set c1 to value(item 1 of temp)
  6.   set c2 to value(item 2 of temp)
  7.   set c3 to value(item 3 of temp)
  8.   set butnum to value(item 4 of temp)
  9.   if butnum > 0 then
  10.     set the visible of sprite 21 to 1
  11.     set the visible of sprite 22 to 1
  12.     puppetSprite(21, 0)
  13.     puppetSprite(22, 0)
  14.     updateStage()
  15.   end if
  16.   if (the puppet of sprite 21 = 1) or (the puppet of sprite 22 = 1) then
  17.     go(the frame - 1)
  18.   else
  19.     set bpage to the frame - c3
  20.     go(bpage)
  21.   end if
  22. end
  23.