no message
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<ActorFrame><children>
|
||||
<AutoActor File="@File1" />
|
||||
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y" />
|
||||
</children></ActorFrame>
|
||||
@@ -1,3 +1,8 @@
|
||||
<ActorFrame><children>
|
||||
<AutoActor File="@File1" OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT" />
|
||||
<AutoActor
|
||||
File="@File1"
|
||||
OnCommand="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;diffuse,0,0,1,1" />
|
||||
</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;diffuse,0,1,0,1" />
|
||||
</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;diffuse,1,0,0,1" />
|
||||
</children></ActorFrame>
|
||||
@@ -0,0 +1,6 @@
|
||||
<ActorFrame><children>
|
||||
<AutoActor
|
||||
File="@File1"
|
||||
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoomtowidth,SCREEN_WIDTH;zoomtoheight,SCREEN_HEIGHT;Pause"
|
||||
/>
|
||||
</children></ActorFrame>
|
||||
@@ -0,0 +1,4 @@
|
||||
<ActorFrame><children>
|
||||
<!-- upper left corner -->
|
||||
<AutoActor File="@File1" />
|
||||
</children></ActorFrame>
|
||||
Reference in New Issue
Block a user