| Blockland Forums > General Discussion |
| Cookie Clicker! (V6) |
| << < (4/16) > >> |
| Gen. Hothauser:
--- Quote from: Mr Queeba on December 01, 2013, 02:49:13 PM ---How do I make that? --- End quote --- Build five or six print bricks next to each other. Name the one furthest to the right "Clicks_1", the one to the left of that "Clicks_10", the next one to the left of that "Clicks_100" and so on. On every cookie, put the below events: --- Code: ---[0] [x] [0] [OnActivate] [NamedBrick] [Clicks_1] [IncPrintCount] [1] --- End code --- Every time a cookie is clicked, the brick named "Clicks_1" will have its print count increased by one. On the brick named "Clicks_1", put the following events: --- Code: ---[0] [x] [0] [OnPrintCountOverflow] [NamedBrick] [Clicks_10] [IncPrintCount] [1] --- End code --- If brick "Clicks_1" is 9, and the value increases, "Clicks_10" increases by 1 and "Clicks_1" is set to 0. Repeat the above event for all other print bricks, with changes to the NamedBrick. |
| Renderman:
--- Quote from: darkninja8799 on December 01, 2013, 04:36:06 PM ---You die. then make it c: --- End quote --- wat |
| Mr Queeba:
CookieMonster Update! (V2) :cookieMonster: :cookie: +Added Server-Wide Cookie Counter, showing how many times the cookies were clicked in the server. Goes up to 99999999 cookies. +Added events to Cookies, allowing them to Add 1 to the Server-Wide Cookie Counter when they are clicked. -Eaten Cookies. |
| CharlesSpeaking:
BlockyMagician is also attempting this. |
| Mr Queeba:
--- Quote from: CharlesSpeaking on December 01, 2013, 05:27:59 PM ---BlockyMagician is also attempting this. --- End quote --- COMPETITOR ALERT WEE WOO WEE WOO |
| Navigation |
| Message Index |
| Next page |
| Previous page |