home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / K-CS.DCR / 00010.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  604 b   |  25 lines

  1. global CatPunk
  2.  
  3. on new me
  4.   set CatPunk to -1
  5.   set the visible of sprite 98 to 1
  6.   set the visible of sprite 99 to 1
  7.   set the visible of sprite 82 to 1
  8.   set the visible of sprite 94 to 1
  9.   set the fileName of castLib "V_Sprog" to "V_Svensk.cst"
  10.   baRegister("Komputer for alle", 3062010)
  11.   register(xtra("PrintOMatic"), "PMAT155-759-89551")
  12. end
  13.  
  14. on exitFrame
  15.   if CatPunk >= 0 then
  16.     set the memberNum of sprite 12 to (CatPunk / 2) + 920
  17.     set CatPunk to CatPunk + 1
  18.     if CatPunk >= 31 then
  19.       set the memberNum of sprite 12 to 920
  20.       set CatPunk to -1
  21.     end if
  22.   end if
  23.   go(#loop)
  24. end
  25.