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

  1. on startMovie
  2.   set the textHeight of field "sign" to 10
  3.   set the textHeight of field "miniInstr" to 12
  4.   set the textHeight of field "instr2" to 12
  5.   if the machineType = 256 then
  6.     puppetSprite(3, 1)
  7.     set the castNum of sprite 3 to 0
  8.   end if
  9.   set the stageColor to 44
  10.   updateStage()
  11.   getNetText("qdata.act")
  12. end
  13.