Blockland Forums > Help

Event Help: Print change

Pages: (1/1)

Badger:

How do you make it with events so you can change the Letter or print?( I know who to do with numbers)

Like..
 you set a relay and the letters change on one 4x4 print block,

e.g G>U>N>S

Could someone tell me how to do this?

Gen. Hothauser:

For one print plate, this is what you do:


--- Code: ---[0] [x] [0] [Onactivate] [Self] [firerelay]
[1] [x] [0] [Onrelay] [Self] [toggleeventenabled] [1 2 3 4]
[2] [x] [0] [Onrelay] [Self] [Setprint] [G]
[3] [_] [0] [Onrelay] [Self] [Toggleeventenabled] [3 4 5 6]
[4] [_] [0] [Onrelay] [Self] [Setprint] [U]
[5] [_] [0] [Onrelay] [Self] [Toggleeventenabled] [5 6 7 8]
[6] [_] [0] [Onrelay] [Self] [Setprint] [N]
[7] [_] [0] [Onrelay] [Self] [Toggleeventenabled] [1 2 7 8]
[8] [_] [0] [Onrelay] [Self] [Setprint] [S]
[9] [x] [1000] [Onrelay] [Self] [Firerelay]

--- End code ---

This should work, I based it off of my scrolling text board for my CRPG's stock exchange board.

Badger:

Set print Is not default right?

Blocki:


--- Quote from: Badger on December 23, 2012, 06:21:38 PM ---Set print Is not default right?

--- End quote ---
Nope

Pages: (1/1)

Go to full version