Author Topic: Giant Doodle IPod  (Read 2543 times)

Here is a giant ipod I made.
If you click a color and then touch the screen, the screen will turn to the color you picked.
If you click the screen, an 8x8 square will be erased.
*le lovely pics





Events:
Code: [Select]
---Bricks that you touch---
OnPlayerTouch > Self > VCE_modVariable > Brick[colorid] > Set[<var:cl:colID>
OnRelay > Self > SetColor[45] //White
Code: [Select]
---Bricks that you click---
OnActivate > Self > setColorFX > Glow
OnActivate > Self > setColorFX > None //400 Delay
OnActivate > Self > playSound > Beep_Key.wav
OnActivate > Self > VCE_modvariable > Client[colid] > Set[<var:br:colorid>]
OnActivate > Self > cancelEvents
OnActivate > client > CenterPrint[<var:cl:colid>]
When using the "Bricks that you click" events, paint the brick the color you want to select.

Required add-ons for this to work:
Trueno's Colorset
VCE Events
Wedge Bricks


Download Here
« Last Edit: April 14, 2012, 03:07:03 PM by MARBLE MAN »


Well this sucks because my VCE Manual is broken all I see is Varlinks tab so I can't find out what color id is

Well this sucks because my VCE Manual is broken all I see is Varlinks tab so I can't find out what color id is
ColorID is the Paint color of the brick

0 would be the first color
1 would be the second and so on

ive been told you didnt take them from me apparently, even though they look the same

okay in that case nevermind, looks ok
« Last Edit: April 14, 2012, 04:11:30 PM by Big Brother »

err did you basically just use the event I made from my topic lol

yeah you blatantly did, wtf

not that it's hard to recreate or anything, but you just copied it straight from my server
?


ive been told you didnt take them from me apparently, even though they look the same

okay in that case nevermind, looks ok
Technically with your logic he built the one on your server so he is taking form himself which means that your in term taking from him

The inspiration for Big Brother's Draw Something.

plus the fact that he used this, and just evented it to play like the real game. :)

Technically with your logic he built the one on your server so he is taking form himself which means that your in term taking from him
I wasn't talking about the build, I was talking about the events.

Anyway, that point is redundant. I rebuilt the iPad from scratch about an hour ago.

wtf is the point of the cancelevents on line #5 for event #2

wtf is the point of the cancelevents on line #5 for event #2
If that isnt there the buttons will blink the glow FX because it is turning on and off
The cancel events stops the turning off of the glow FX and delays it.
Its just to remove the flashyness

It looks like Big Brothers, and it does a similar thing. If the events are half copied are not, this is not original. You built it after leaving BB's server.

Build itself isn't that great as a standalone pad. Looks more like a generic smartphone. 3/10.

you don't really need VCE for this, but w/e


i've seen this concept done before, it can be pretty neat if done well