home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 June / PCPRO_696.ISO / bonus / blender / controls.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  125 b   |  8 lines

  1. on flag num, sp, str
  2.   global flag1
  3.   if flag1 <> sp then
  4.     set flag1 to sp
  5.     set the text of cast 5 to str
  6.   end if
  7. end
  8.