add more effects and transitions

This commit is contained in:
Chris Danford
2005-05-31 01:19:34 +00:00
parent dac72665e3
commit 79cb542e3f
5 changed files with 22 additions and 0 deletions
@@ -0,0 +1,12 @@
<ActorFrame><children>
<AutoActor
File="songbackground"
Command="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT"
/>
<AutoActor
File="@File1"
OnCommand="Pause;blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT"
GainFocusCommand="Play"
LoseFocusCommand="Pause"
/>
</children></ActorFrame>
@@ -0,0 +1,3 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;loop,0" />
</children></ActorFrame>
@@ -0,0 +1,3 @@
<ActorFrame><children>
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;position,0" />
</children></ActorFrame>
@@ -0,0 +1,4 @@
<BackgroundTransition
LeavesCommand="cropleft,-0.3;fadeleft,0.3;linear,1.0;cropleft,1.3"
RootCommand=""
/>