home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00131.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  388 b   |  11 lines

  1. on mouseDown
  2.   global gnFirstSprite
  3.   ClickButton(the clickOn)
  4.   cursor(0)
  5.   if the locV of sprite (gnFirstSprite + 1) < 136 then
  6.     set nTextHeight to the textHeight of cast (the castNum of sprite gnFirstSprite + 1)
  7.     set the puppet of sprite (gnFirstSprite + 1) to 1
  8.     set the locV of sprite (gnFirstSprite + 1) to the locV of sprite (gnFirstSprite + 1) + nTextHeight
  9.   end if
  10. end
  11.