This commit is contained in:
Jonathan Payne
2014-08-30 03:10:24 -07:00
parent bedaf07e51
commit 83aaf2b2a5
38 changed files with 454 additions and 768 deletions
@@ -41,8 +41,8 @@ t[#t+1] = Def.ActorFrame {
bOpen = not bOpen;
if bOpen then self:playcommand("Show") else self:playcommand("Hide") end
end;
InitCommand=cmd(x,SCREEN_RIGHT-50;y,10;zoomy,0);
ShowCommand=cmd(finishtweening;zoomx,1;zoomy,0;bounceend,0.125;zoomy,1);
HideCommand=cmd(finishtweening;zoom,1;bouncebegin,0.125;zoomy,0);
InitCommand=cmd(x,SCREEN_RIGHT-50;y,10;visible,false);
ShowCommand=cmd(finishtweening;visible,true);
HideCommand=cmd(finishtweening;visible,false);
};
return t;
return t;