home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / ingenius / shockwav / quest.dcr / 00015.ls < prev    next >
Encoding:
Text File  |  1996-05-10  |  198 b   |  12 lines

  1. on mouseUp
  2.   global guyX, guyY
  3.   cursor(4)
  4.   go("start1")
  5.   set the stageColor to 255
  6.   put " " into field "text"
  7.   put " " into field "text2"
  8.   go("start2")
  9.   spreadem()
  10.   placeguy(guyX, guyY)
  11. end
  12.