home *** CD-ROM | disk | FTP | other *** search
/ Fun Online 1997 March / FOL0397.ISO / bindata / part2.dxr / Internal_148.ls < prev    next >
Encoding:
Text File  |  1997-04-28  |  538 b   |  25 lines

  1. on dothefish
  2.   preLoad("fish1")
  3.   preLoad("fish2")
  4.   preLoad("fish3")
  5.   preLoad("fish4")
  6.   preLoad("fish")
  7.   puppetSound(2, "fish")
  8.   wartkurz(40)
  9.   set the blend of sprite 34 to 100
  10.   updateStage()
  11.   wartkurz(10)
  12.   set the blend of sprite 35 to 100
  13.   updateStage()
  14.   wartkurz(10)
  15.   set the blend of sprite 36 to 100
  16.   updateStage()
  17.   wartkurz(10)
  18.   set the blend of sprite 34 to 0
  19.   set the blend of sprite 35 to 0
  20.   set the blend of sprite 36 to 0
  21.   set the blend of sprite 37 to 0
  22.   set the blend of sprite 38 to 0
  23.   updateStage()
  24. end
  25.