2013-07-18 17:43:31 -04:00
|
|
|
return Def.ActorFrame {
|
|
|
|
|
Def.Quad {
|
|
|
|
|
InitCommand=cmd(horizalign,left;vertalign,top;y,SCREEN_TOP+8);
|
|
|
|
|
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.5;zoomto,256,84;faderight,1);
|
|
|
|
|
};
|
|
|
|
|
Def.Quad {
|
|
|
|
|
InitCommand=cmd(horizalign,right;vertalign,top;x,SCREEN_RIGHT;y,SCREEN_TOP+8);
|
|
|
|
|
OnCommand=cmd(diffuse,Color.Black;diffusealpha,0.5;zoomto,256,46;fadeleft,1);
|
|
|
|
|
};
|
2013-01-05 23:21:32 -08:00
|
|
|
};
|