2013-07-18 17:43:31 -04:00
|
|
|
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);
|
2018-08-14 14:19:02 -06:00
|
|
|
StartTransitioningCommand=function(self)
|
|
|
|
|
self:zoom(1.3):diffusealpha(0):bounceend(0.25):zoom(1):diffusealpha(1);
|
|
|
|
|
self:linear(0.14):glow(BoostColor(Color("Blue"),1.75)):decelerate(0.3):glow(1,1,1,0):sleep(1-0.45):linear(0.25):diffusealpha(0);
|
|
|
|
|
end;
|
2011-12-05 13:28:30 -08:00
|
|
|
};
|