add more effects and transitions
This commit is contained in:
@@ -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=""
|
||||
/>
|
||||
Reference in New Issue
Block a user