home *** CD-ROM | disk | FTP | other *** search
/ Knitting Made Easy / Knitting.iso / App / Patterns.dxr / Internal_17_PrintSupplies.ls < prev    next >
Encoding:
Text File  |  2002-04-18  |  816 b   |  14 lines

  1. on mouseDown
  2.   temp10 = the memberNum of sprite 10 + 1
  3.   temp12 = the memberNum of sprite 12 + 1
  4.   temp14 = the memberNum of sprite 14 + 1
  5.   temp16 = the memberNum of sprite 16 + 1
  6.   temp18 = the memberNum of sprite 18 + 1
  7.   temp20 = the memberNum of sprite 20 + 1
  8.   temp23 = the memberNum of sprite 23 + 1
  9.   temp25 = the memberNum of sprite 25 + 1
  10.   temp27 = the memberNum of sprite 27 + 1
  11.   temp29 = the memberNum of sprite 29 + 1
  12.   print(sprite(9), member(temp10, "text"), sprite(11), member(temp12, "text"), sprite(13), member(temp14, "text"), sprite(15), member(temp16, "text"), sprite(17), member(temp18, "text"), sprite(19), member(temp20, "text"), sprite(21), member(temp23, "text"), sprite(24), member(temp25, "text"), sprite(26), member(temp27, "text"), sprite(28), member(temp29, "text"), sprite(30))
  13. end
  14.