d491ae1af8
parameters to actor loading
11 lines
394 B
XML
11 lines
394 B
XML
<!-- Align left when cropping to 4:3. Avoid this; it's not compatible with PS2 movie pre-rendering. -->
|
|
<ActorFrame><children>
|
|
<Layer
|
|
File="P.File1"
|
|
InitCommand="%function(self) self.Color = Color1; end"
|
|
OnCommand="horizalign,left;scaletocover,0,0,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,color(self.Color)"
|
|
GainFocusCommand="Play"
|
|
LoseFocusCommand="Pause"
|
|
/>
|
|
</children></ActorFrame>
|