;
; Cellfish Visual System
;
; visual programming by
;   Gargaj / Conspiracy
;
; system design by
;   Leia / Cellfish
;
;
; quick reference:
;
;   times are in millisec
;   colors are 0xAARRGGBB
;   screen is 640*480


;you can use this too:


; music = 2.20 (140000)

music kgu.mp3
;musicstart 71000

effect putpic
  starttime 0
  endtime 6400
  texture 0 cellfish.png
  size (640,480)
  pos (0,0)
end

effect gridfill_fade
  starttime 6400
  endtime 12800
  texture 0 cellfish.png
  size (640,480)
  speed 15
end


effect tunnel
  starttime 12800
  endtime 72100
  texture 0 lala.jpg
  size (640,480)
  speed 10
end

effect tunnel
  starttime 79900
  endtime 128000
  texture 0 lala.jpg
  size (640,480)
  speed 15
end

;effect clearz
;  starttime 0
;  endtime 15000
;end

effect designlines
  starttime 72100 
  endtime 79900  
  speed 20
  color 0x20FFFFFF
end


effect metaballz
  starttime 72100
  endtime 128000
  texture 0 texture.jpg
  size (640,480)
  speed 10
end

;
;MID BLINK
; 


effect flash
  starttime 72000
  endtime 72100
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 72400
  endtime 72500
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 72800
  endtime 72900
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 73200
  endtime 73300
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 73600
  endtime 73700
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 74000
  endtime 74100
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 74400
  endtime 74500
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 74800
  endtime 74900
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 75200
  endtime 75300
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 75600
  endtime 75700
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 76000
  endtime 76100
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 76400
  endtime 76500
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 76800
  endtime 76900
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 77200
  endtime 77300
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 77600
  endtime 77700
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 78000
  endtime 78100
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 78400
  endtime 78500
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 78800
  endtime 78900
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 79200
  endtime 79300
  color 0xffFFffFF
  size (640,480)
end

effect flash
  starttime 79600
  endtime 79700
  color 0xffFFffFF
  size (640,480)
end


;
; SCROLLERS
;

effect putpicmove
  starttime 72100
  endtime 79900
  texture 0 scroller_t.png
  pos (640,0)
  size (1280,200)
  speed -1500
end


effect putpicmove
  starttime 72100
  endtime 79900
  texture 0 scroller_b.png
  pos (-1280,280)
  size (1280,200)
  speed 1500
end



; 
; SCROLL IN CATS
;

effect putpicmove
  starttime 17600
  endtime 19000
  texture 0 polsin_res.png
  pos (-253,225)
  size (300,252)
  speed 252
end

effect putpicmove
  starttime 22400
  endtime 23800
  texture 0 karpo_res.png
  pos (640,340)
  size (350,140)
  speed -345
end

;
; CATS ARE HERE
;


effect putpic
  starttime 23800
  endtime 68800
  texture 0 karpo_res.png
  pos (295,340)
  size (350,140)
end


effect putpic
  starttime 19000
  endtime 57000
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
end


effect putpic
  starttime 59800
  endtime 68800
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
end




; 
; SCROLL OUT CATS
;

effect putpicmove
  starttime 68800
  endtime 70400
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
  speed -252
end

effect putpicmove
  starttime 68800
  endtime 70400
  texture 0 karpo_res.png
  pos (295,340)
  size (350,140)
  speed 345
end




; 
; SCROLL IN CATS AGAIN
;

effect putpicmove
  starttime 79600
  endtime 81200
  texture 0 polsin_res.png
  pos (-253,225)
  size (300,252)
  speed 252
end

effect putpicmove
  starttime 79600
  endtime 81200
  texture 0 karpo_res.png
  pos (640,340)
  size (350,140)
  speed -345
end

;
; CATS ARE HERE AGAIN
;


effect putpic
  starttime 81200
  endtime 126400
  texture 0 karpo_res.png
  pos (295,340)
  size (350,140)
end


effect putpic
  starttime 81200
  endtime 126400
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
end


; 
; SCROLL OUT CATS AGAIN
;

effect putpicmove
  starttime 126400
  endtime 128000
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
  speed -252
end

effect putpicmove
  starttime 126400
  endtime 128000
  texture 0 karpo_res.png
  pos (295,340)
  size (350,140)
  speed 345
end


;
; SPEECHES
;

;lo bob
effect putpic
  starttime 24400
  endtime 26400
  texture 0 k_01_lob.png
  pos (295,0)
  size (290,340)
end

;was
effect putpic
  starttime 26400
  endtime 27800
  texture 0 p_01_was.png
  pos (295,0)
  size (290,340)
end

;0:27,8 karpo: kindergarden is coming!!

effect putpic
  starttime 27800
  endtime 30400
  texture 0 k_02_kgc.png
  pos (295,0)
  size (290,340)
end

;0:30,4 plsin: when?

effect putpic
  starttime 30400
  endtime 32200
  texture 0 p_02_whe.png
  pos (295,0)
  size (290,340)
end

;0:32,2 karpo: dunno, prolly says on their website.. before christmas i think.

effect putpic
  starttime 32200
  endtime 34200
  texture 0 k_03_dun.png
  pos (295,0)
  size (290,340)
end

effect putpic
  starttime 34200
  endtime 36200
  texture 0 k_04_bec.png
  pos (295,0)
  size (290,340)
end


;0:35,4 plsin: riight, well where then?

effect putpic
  starttime 36200
  endtime 38800
  texture 0 p_03_whr.png
  pos (295,0)
  size (290,340)
end

;0:38,0 karpo: in norway, of course

effect putpic
  starttime 38800
  endtime 41000
  texture 0 k_05_nor.png
  pos (295,0)
  size (290,340)
end

;0:41,0 plsin: what the fuck can we do in norway?

effect putpic
  starttime 41000
  endtime 43800
  texture 0 p_04_wtf.png
  pos (295,0)
  size (290,340)
end

;0:43,8 karpo: not much, catch whales and seals

effect putpic
  starttime 43800
  endtime 45800
  texture 0 k_06_not.png
  pos (295,0)
  size (290,340)
end

;0:45,8 plsin: oh yeah, that

effect putpic
  starttime 45800
  endtime 49400
  texture 0 p_05_oyt.png
  pos (295,0)
  size (290,340)
end

;0:49,4 karpo: or then just go to the party

effect putpic
  starttime 49400
  endtime 51800
  texture 0 k_07_gtp.png
  pos (295,0)
  size (290,340)
end

;0:51,8 plsin: why would we?

effect putpic
  starttime 51800
  endtime 54400
  texture 0 p_06_why.png
  pos (295,0)
  size (290,340)
end

;0:54,4 karpo: well, they have the usual compos...

effect putpic
  starttime 54400
  endtime 57000
  texture 0 k_08_com.png
  pos (295,0)
  size (290,340)
end

;0:57,0 plsin: i don't give a fuck about the compos
;0:59,8 plsin: what about the beer?

effect putpicshake
  starttime 57000
  endtime 59800
  texture 0 polsin_res.png
  pos (-1,225)
  size (300,252)
  speed 50
  intensity 10
end


effect putpic
  starttime 57000
  endtime 59800
  texture 0 p_07_dgf.png
  pos (295,0)
  size (290,340)
end



effect putpic
  starttime 59800
  endtime 61600
  texture 0 p_08_ber.png
  pos (295,0)
  size (290,340)
end


;1:01,6 karpo: it will be there, plenty of it

effect putpic
  starttime 61600
  endtime 65600
  texture 0 k_10_pob.png
  pos (295,0)
  size (290,340)
end

;1:05,6 plsin: let's go then..

effect putpic
  starttime 65600
  endtime 67400
  texture 0 p_09_let.png
  pos (295,0)
  size (290,340)
end

;1:07,4 karpo: yeah let's.

effect putpic
  starttime 67400
  endtime 68500
  texture 0 k_11_let.png
  pos (295,0)
  size (290,340)
end

;
; HERE'S THE BREAK
;


;1:22,4 karpo: we should probably practice some words before we go though

effect putpic
  starttime 82400
  endtime 84100
  texture 0 k_12_pra.png
  pos (295,0)
  size (290,340)
end

effect putpic
  starttime 84100
  endtime 86200
  texture 0 k_13_wor.png
  pos (295,0)
  size (290,340)
end


;1:26,2 plsin: right

effect putpic
  starttime 86200
  endtime 88000
  texture 0 p_10_rig.png
  pos (295,0)
  size (290,340)
end

;1:28,0 karpo: like l

effect putpic
  starttime 88000
  endtime 89400
  texture 0 k_14_oel.png
  pos (295,0)
  size (290,340)
end

;1:29,4 plsin: and skl 

effect putpic
  starttime 89400
  endtime 91000
  texture 0 p_11_skl.png
  pos (295,0)
  size (290,340)
end

;1:31,0 karpo: and bl

effect putpic
  starttime 91000
  endtime 92300
  texture 0 k_15_baa.png
  pos (295,0)
  size (290,340)
end

;1:32,3 plsin: and ku

effect putpic
  starttime 92300
  endtime 94000
  texture 0 p_12_ku.png
  pos (295,0)
  size (290,340)
end

;1:34,0 karpo: ku?

effect putpic
  starttime 94000
  endtime 97600
  texture 0 k_16_cow.png
  pos (295,0)
  size (290,340)
end

;1:37,6 plsin: well why not? i can also say elefant

effect putpic
  starttime 97600
  endtime 100000
  texture 0 p_13_hst.png
  pos (295,0)
  size (290,340)
end

;1:40,0 karpo: let's stop before people get bored

effect putpic
  starttime 100000
  endtime 102400
  texture 0 k_17_stp.png
  pos (295,0)
  size (290,340)
end

;1:42,4 plsin: allright..
       who made this shit we're watching anyway?

effect putpic
  starttime 102400
  endtime 103500
  texture 0 p_14_alr.png
  pos (295,0)
  size (290,340)
end

effect putpic
  starttime 103200
  endtime 105600
  texture 0 p_15_who.png
  pos (295,0)
  size (290,340)
end


;1:45,6 karpo: well leia did the gfx

effect putpic
  starttime 105600
  endtime 109200
  texture 0 k_18_gfx.png
  pos (295,0)
  size (290,340)
end

;1:49,2 plsin: should have known..


effect putpic
  starttime 109200
  endtime 110800
  texture 0 p_16_shk.png
  pos (295,0)
  size (290,340)
end

;1:50,8 karpo: gargaj coded

effect putpic
  starttime 110800
  endtime 113200
  texture 0 k_19_cod.png
  pos (295,0)
  size (290,340)
end

;1:53,2 plsin: and lb did the music?

effect putpic
  starttime 113200
  endtime 115600
  texture 0 p_17_msx.png
  pos (295,0)
  size (290,340)
end


;1:55,6 karpo: correct

effect putpic
  starttime 115600
  endtime 118000
  texture 0 k_20_cor.png
  pos (295,0)
  size (290,340)
end

;1:58,0 plsin: you think people got the msg now?

effect putpic
  starttime 118000
  endtime 120600
  texture 0 p_18_msg.png
  pos (295,0)
  size (290,340)
end


;2:00,6 karpo: yeah

effect putpic
  starttime 120600
  endtime 122000
  texture 0 k_21_yeh.png
  pos (295,0)
  size (290,340)
end

;2:02,0 plsin: thanks for watching

effect putpic
  starttime 122000
  endtime 123600
  texture 0 p_19_thx.png
  pos (295,0)
  size (290,340)
end


;2:03,6 karpo: see you at kindergarden!

effect putpic
  starttime 123600
  endtime 125000
  texture 0 k_22_kg.png
  pos (295,0)
  size (290,340)
end

;2:08,0 ps: and don't forget to come to incerniademoparty2005


effect putpic
  starttime 128000
  endtime 140000
  texture 0 ps_res.png
  pos (0,0)
  size (640,480)
end
