2005-05-31 01:19:34 +00:00
|
|
|
<ActorFrame><children>
|
2006-05-05 21:48:00 +00:00
|
|
|
<Layer
|
2006-10-09 00:59:30 +00:00
|
|
|
Type="@Sprite"
|
2006-10-15 09:30:31 +00:00
|
|
|
InitCommand="%function(self) self:LoadBackground( GAMESTATE:GetCurrentSong():GetBackgroundPath() ) self.Color = Color1 end"
|
|
|
|
|
OnCommand="x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color)"
|
|
|
|
|
/>
|
2006-05-05 21:48:00 +00:00
|
|
|
<Layer
|
2006-10-23 18:06:55 +00:00
|
|
|
File="File1"
|
2006-10-15 09:30:31 +00:00
|
|
|
InitCommand="%function(self) self:pause(); self.Color = Color2; end"
|
|
|
|
|
OnCommand="blend,add;x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;ZoomToWidth,SCREEN_WIDTH;ZoomToHeight,SCREEN_HEIGHT;diffuse,color(self.Color)"
|
2005-05-31 01:19:34 +00:00
|
|
|
GainFocusCommand="Play"
|
|
|
|
|
LoseFocusCommand="Pause"
|
2006-10-15 09:30:31 +00:00
|
|
|
/>
|
2005-05-31 01:19:34 +00:00
|
|
|
</children></ActorFrame>
|