Page 1 of 1

2.0 How did they do that?

PostPosted: Fri Apr 17, 2015 9:04 pm
by Elmo STM
So with all the tweaks and amazing things the toybox artists out there can do I though I'd start this thread.

I'd appreciate any tips on how ccrunner and mg used the replayer to 'collect' items other than orbs and cakes.

Also how to make block art move (ie with colour changing blocks).


If there's anything else you want to know post it and see if we can get in answered :)

Re: 2.0 How did they do that?

PostPosted: Sun Apr 19, 2015 9:33 pm
by semerien
Collector Trick

They used a replayer for each possible item to collect.
You then put a trigger area around that item.
The trigger area is hooked up to a logic gate input.
When a player enters the trigger area, the logic gate increments your collectible counter and also clear's the replayer.
When the replayer clears, it send a message to close that logic gate (so you can't trigger that collectible twice). Josh threw in some randomizers as well to make it a random collectible challenge (liked the setup).

The easiest way to animate block art is ... well you could try this video where I make an eye blink. There's probably a slightly easier way though ;)


Re: 2.0 How did they do that?

PostPosted: Mon Apr 20, 2015 2:21 pm
by Elmo STM
Thanks semerien :)