no message

This commit is contained in:
Chris Danford
2005-06-05 12:31:14 +00:00
parent dc82519d3f
commit 9dfc71554e
7 changed files with 26 additions and 2 deletions
+1 -1
View File
@@ -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>