don't show Ready or Go when online; the steps begin immediately.

This commit is contained in:
AJ Kelly
2012-01-15 20:23:03 -06:00
parent 45233b3dc7
commit d6dae03e7e
2 changed files with 10 additions and 0 deletions
@@ -1,3 +1,8 @@
if IsNetSMOnline() then
-- don't show "Ready" online; it will obscure the immediately-starting steps.
return Def.ActorFrame{}
end
return LoadActor("go") .. {
InitCommand=cmd(Center;draworder,105);
StartTransitioningCommand=cmd(zoom,1.3;diffusealpha,0;bounceend,0.25;zoom,1;diffusealpha,1;linear,0.15;glow,BoostColor(Color("Blue"),1.75);decelerate,0.3;glow,1,1,1,0;sleep,1-0.45;linear,0.25;diffusealpha,0;);
@@ -1,3 +1,8 @@
if IsNetSMOnline() then
-- don't show "Ready" online; it will obscure the immediately-starting steps.
return Def.ActorFrame{}
end
return LoadActor("ready") .. {
InitCommand=cmd(Center;draworder,105);
StartTransitioningCommand=cmd(zoom,1.3;diffusealpha,0;bounceend,0.25;zoom,1;diffusealpha,1;linear,0.15;glow,BoostColor(Color("Orange"),1.75);decelerate,0.3;glow,1,1,1,0;sleep,1-0.45;linear,0.25;diffusealpha,0;);