2017-08-08 01:07:34 -06:00
|
|
|
local t = Def.ActorFrame {
|
2011-03-17 01:47:30 -04:00
|
|
|
Def.Quad {
|
2013-07-18 17:43:31 -04:00
|
|
|
InitCommand=cmd(zoomto,32,32);
|
2017-08-08 01:07:34 -06:00
|
|
|
OnCommand=cmd(spin);
|
2011-03-17 01:47:30 -04:00
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2010-01-26 21:00:30 -06:00
|
|
|
return t
|