home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1997 March / FOL0397.ISO / bindata / frabo.dxr / 00033.ls < prev    next >
Encoding:
Text File  |  1997-06-25  |  157 b   |  10 lines

  1. on mouseUp
  2.   puppetSprite(33, 0)
  3.   updateStage()
  4.   go("fb2")
  5.   repeat with i = 1 to 4
  6.     set fn to "textf" & i
  7.     put EMPTY into field fn
  8.   end repeat
  9. end
  10.