no message

This commit is contained in:
Chris Danford
2005-07-29 23:21:12 +00:00
parent 2a612ddd41
commit 270890308e
15 changed files with 41 additions and 14 deletions
@@ -0,0 +1,6 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,scale(1,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(1,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2" />
<AutoActor File="@File1" OnCommand="x,scale(3,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(1,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2" />
<AutoActor File="@File1" OnCommand="x,scale(1,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(3,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2" />
<AutoActor File="@File1" OnCommand="x,scale(3,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(3,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2" />
</children></ActorFrame>
@@ -0,0 +1,6 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,scale(1,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(1,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2" />
<AutoActor File="@File1" OnCommand="x,scale(3,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(1,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2;zoomx,-1" />
<AutoActor File="@File1" OnCommand="x,scale(1,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(3,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2;zoomy,-1" />
<AutoActor File="@File1" OnCommand="x,scale(3,0,4,SCREEN_LEFT,SCREEN_RIGHT);y,scale(3,0,4,SCREEN_TOP,SCREEN_BOTTOM);zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2;zoomx,-1;zoomy,-1" />
</children></ActorFrame>
@@ -1,11 +1,11 @@
<ActorFrame><children>
<AutoActor
File="songbackground"
Command="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT"
Type="SongBackground"
Command="@'x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,'..Color1"
/>
<AutoActor
File="@File1"
OnCommand="Pause;blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT"
OnCommand="@'Pause;blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,'..Color2"
GainFocusCommand="Play"
LoseFocusCommand="Pause"
/>
@@ -1,7 +1,7 @@
<ActorFrame><children>
<AutoActor
File="@File1"
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT"
OnCommand="@'x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;diffuse,'..Color1"
GainFocusCommand="Play"
LoseFocusCommand="Pause"
/>
@@ -1,3 +0,0 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;diffuse,0,0,1,1" />
</children></ActorFrame>
@@ -1,3 +0,0 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;diffuse,0,1,0,1" />
</children></ActorFrame>
@@ -1,3 +0,0 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;diffuse,1,0,0,1" />
</children></ActorFrame>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="croptop,-0.3;fadetop,0.3;linear,1.0;croptop,1.3"
RootCommand=""
/>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="cropright,-0.3;faderight,0.3;linear,1.0;cropright,1.3"
RootCommand=""
/>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="cropbottom,-0.3;fadebottom,0.3;linear,1.0;cropbottom,1.3"
RootCommand=""
/>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="linear,1.0;diffusealpha,0"
RootCommand="stoptweening;linear,1.0;addy,SCREEN_HEIGHT"
/>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="linear,1.0;diffusealpha,0"
RootCommand="stoptweening;linear,1.0;addx,-SCREEN_WIDTH"
/>
@@ -1,4 +1,4 @@
<BackgroundTransition
LeavesCommand=""
LeavesCommand="linear,1.0;diffusealpha,0"
RootCommand="stoptweening;linear,1.0;addx,SCREEN_WIDTH"
/>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="linear,1.0;diffusealpha,0"
RootCommand="stoptweening;linear,1.0;addy,-SCREEN_HEIGHT"
/>