Blockland Forums > General Discussion
.
Lugnut:
god damn it heed, let me go make a script that works for this then as a proof of concept, ok?
Wehrmacht:
--- Quote from: Extrude on April 29, 2012, 10:09:33 AM ---Pecon's server is a fun and original server.
--- End quote ---
it was fun and original the first 4 times i played it. I don't want to play on it anymore.
Lugnut:
--- Code: ---function setprinty(%id)
{
%id.setPrint(49);
%id.schedule(125, setprint, 48);
}
function setprintyloop(%id)
{
cancel($spl);
if(!isObject(%id))
return;
$spl = schedule(250, 0, setprintyloop, %id);
setprinty(%id);
}
--- End code ---
Copy that into a .cs file, then plant a print brick. look at the print brick and type /getid.
use the id in the following CONSOLE COMMAND
setPrintyLoop(IDHERE);
to stop the loop, type the following:
cancel($SPL);
It ought to toggle between the A and B prints.
Port:
--- Quote from: heedicalking on April 30, 2012, 02:47:58 PM ---thats just replacing pictures really fast
--- End quote ---
guiAnimatedBitmapCtrl
Scout31:
How about... Rotating the camera?