home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / pres / cr.dir / 00008_Script_8 < prev    next >
Text File  |  1998-07-10  |  3KB  |  55 lines

  1. on prepareframe
  2.   repeat with a = 33 to 41
  3.     set the visible of sprite a to 1
  4.   end repeat
  5.   set the loc of sprite 75 to point(417,260)
  6.   set the loc of sprite 79 to point(404,200)
  7.   set the loc of sprite 83 to point(512,260)
  8.   set the loc of sprite 87 to point(533,201)
  9.   set the loc of sprite 91 to point(479,230)
  10.   set the loc of sprite 95 to point(584,215)
  11.   set the loc of sprite 99 to point(400,235)
  12.   set the loc of sprite 103 to point(513,224)
  13.   set the loc of sprite 107 to point(439,264)
  14.   set the loc of sprite 111 to point(443,200)
  15.   set the loc of sprite 115 to point(548,249)
  16.   set the loc of sprite 119 to point(594,264)
  17.   
  18.   set the locH of sprite 73 to the locH of sprite 75 -3
  19.   set the locV of sprite 73 to the locV of sprite 75 +3
  20.   set the locH of sprite 77 to the locH of sprite 79 -3
  21.   set the locV of sprite 77 to the locV of sprite 79 +3
  22.   set the locH of sprite 81 to the locH of sprite 83 -3
  23.   set the locV of sprite 81 to the locV of sprite 83 +3
  24.   set the locH of sprite 85 to the locH of sprite 87 -3
  25.   set the locV of sprite 85 to the locV of sprite 87 +3
  26.   set the locH of sprite 89 to the locH of sprite 91 -3
  27.   set the locV of sprite 89 to the locV of sprite 91 +3
  28.   set the locH of sprite 93 to the locH of sprite 95 -3
  29.   set the locV of sprite 93 to the locV of sprite 95 +3
  30.   set the locH of sprite 97 to the locH of sprite 99 -3
  31.   set the locV of sprite 97 to the locV of sprite 99 +3
  32.   set the locH of sprite 101 to the locH of sprite 103 -3
  33.   set the locV of sprite 101 to the locV of sprite 103 +3
  34.   set the locH of sprite 105 to the locH of sprite 107 -3
  35.   set the locV of sprite 105 to the locV of sprite 107 +3
  36.   set the locH of sprite 109 to the locH of sprite 111 -3
  37.   set the locV of sprite 109 to the locV of sprite 111 +3
  38.   set the locH of sprite 113 to the locH of sprite 115 -3
  39.   set the locV of sprite 113 to the locV of sprite 115 +3
  40.   set the locH of sprite 117 to the locH of sprite 119 -3
  41.   set the locV of sprite 117 to the locV of sprite 119 +3
  42.   set the visible of sprite 73 to 1
  43.   set the visible of sprite 77 to 1
  44.   set the visible of sprite 81 to 1
  45.   set the visible of sprite 85 to 1
  46.   set the visible of sprite 89 to 1
  47.   set the visible of sprite 93 to 1
  48.   set the visible of sprite 97 to 1
  49.   set the visible of sprite 101 to 1
  50.   set the visible of sprite 105 to 1
  51.   set the visible of sprite 109 to 1
  52.   set the visible of sprite 113 to 1
  53.   set the visible of sprite 117 to 1
  54.   set the visible of sprite 71 to 0
  55. end