home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 2 #3 / Blender_2_3.iso / BLENDER / FILES / POPCULT.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1996-04-01  |  160 b   |  7 lines

  1. on mouseUp
  2.   sound playFile 2, "fatima.aif"
  3.   if (word 1 of field "Name" <> EMPTY) and (word 1 of field "Problem" <> EMPTY) then
  4.     go("Shuffle")
  5.   end if
  6. end
  7.