home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / CYRIXO.DXR / 00008_CyrixIntro.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  2.7 KB  |  83 lines

  1. on CyrixIntro
  2.   global LineHFlag
  3.   set the castNum of sprite 1 to the number of member "ClogoStart"
  4.   set the castNum of sprite 2 to the number of member "BigY"
  5.   set the castNum of sprite 3 to the number of member "BigR"
  6.   set the castNum of sprite 4 to the number of member "BigI"
  7.   set the castNum of sprite 5 to the number of member "BigX"
  8.   set the castNum of sprite 6 to the number of member "BigDot"
  9.   set the castNum of sprite 7 to the number of member "SmallText"
  10.   set the loc of sprite 1 to point(-66, 365)
  11.   set the loc of sprite 6 to point(466, -30)
  12.   updateStage()
  13.   repeat with t = 1 to 15
  14.     case the castNum of sprite 1 of
  15.       88:
  16.         set the castNum of sprite 1 to the number of member "ClogoStart"
  17.     end case
  18.     updateStage()
  19.     set the castNum of sprite 1 to the castNum of sprite 1 + 1
  20.   end repeat
  21.   repeat while the locH of sprite 1 < 286
  22.     case the castNum of sprite 1 of
  23.       88:
  24.         set the castNum of sprite 1 to the number of member "ClogoStart"
  25.     end case
  26.     updateStage()
  27.     set the castNum of sprite 1 to the castNum of sprite 1 + 1
  28.     set the locH of sprite 1 to the locH of sprite 1 + 10
  29.     AdWait(0.05)
  30.   end repeat
  31.   set the locH of sprite 1 to 296
  32.   repeat while 1
  33.     if the mouseDown then
  34.       exit repeat
  35.     end if
  36.     case the castNum of sprite 1 of
  37.       88:
  38.         set the castNum of sprite 1 to the number of member "ClogoStart"
  39.     end case
  40.     updateStage()
  41.     set the castNum of sprite 1 to the castNum of sprite 1 + 1
  42.     AdWait(0.05)
  43.   end repeat
  44.   repeat while 1
  45.     case the castNum of sprite 1 of
  46.       88:
  47.         set the castNum of sprite 1 to the number of member "ClogoStart"
  48.         updateStage()
  49.         exit repeat
  50.       otherwise:
  51.         updateStage()
  52.         set the castNum of sprite 1 to the castNum of sprite 1 + 1
  53.         set the loc of sprite 2 to point(356, 401)
  54.         AdWait(0.10000000000000001)
  55.         updateStage()
  56.         set the loc of sprite 3 to point(424, 384)
  57.         AdWait(0.10000000000000001)
  58.         updateStage()
  59.         set the loc of sprite 4 to point(466, 389)
  60.         AdWait(0.10000000000000001)
  61.         updateStage()
  62.         set the loc of sprite 5 to point(530, 389)
  63.         AdWait(0.10000000000000001)
  64.         updateStage()
  65.         AdWait(0.5)
  66.         repeat while the locV of sprite 6 < 310
  67.           set the locV of sprite 6 to the locV of sprite 6 + 30
  68.           updateStage()
  69.         end repeat
  70.         set the locV of sprite 6 to 337
  71.         updateStage()
  72.         set the loc of sprite 7 to point(472, 437)
  73.         set the blend of sprite 7 to 10
  74.         updateStage()
  75.         repeat with t = 1 to 9
  76.           set the blend of sprite 7 to the blend of sprite 7 + 10
  77.           updateStage()
  78.         end repeat
  79.         ReplaceCast()
  80.     end case
  81.   end repeat
  82. end
  83.