home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1998 December / WPCDEC98.ISO / dxrs / Sofwpc12.dxr / 00015.ls < prev    next >
Encoding:
Text File  |  1998-10-12  |  376 b   |  13 lines

  1. on put_them_on
  2.   global whichonehuh
  3.   set the loc of sprite 3 to point(2000, 2000)
  4.   updateStage()
  5.   set the member of sprite 9 to member "softdot"
  6.   set the member of sprite 59 to member "softdot"
  7.   set the loc of sprite 2 to point(320, 240)
  8.   set the loc of sprite 9 to point(310, 311)
  9.   set the loc of sprite 59 to point(90, 480)
  10.   updateStage()
  11.   set whichonehuh to 1
  12. end
  13.