Test
From CW-Games Wiki
Original text by YamiHoshi.
All the shit
We weren’t able to open much in it.
But what sure notable is, is this:

And this:

This has been used in the Communication Error.
There is also a file called menu.scr containing:
:start
if(state==0,S0)
if(state==1,S1)
if(state==2,S2)
goto(CLOSE)
:S0
objX0 = (128+150) - (150 * count / move)
objY0 = 96
goto(CLOSE)
:S1
objX0 = 128
objY0 = 96
goto(CLOSE)
:S2
objX0 = 128 - (150 * count / move)
objY0 = 96
:CLOSE
scriptCount = scriptCount + 1
backScroll = (backScroll + 1) % (512 * 6)
if((scriptCount % 30)!=0,S3)
tmp = rand()
objX1 = tmp % 256
objY1 = tmp % 192
:S3
tmp = cos(256 * scriptCount % 65536)
objX2 = tmp / 64 + 256 / 2
tmp = sin(256 * scriptCount % 65536)
objY2 = tmp / 64 + 192 / 2
:end