|
Post by Free Rider Master on Aug 25, 2008 11:04:41 GMT -5
ur good @ tricking us lol In the logo for the voltage skin above, what color property do all the lightning bolts share? ~300 gold~
|
|
|
Post by hlpme on Aug 25, 2008 11:53:40 GMT -5
[glow=red,2,300]glow[/glow]
|
|
|
Post by Free Rider Master on Aug 25, 2008 14:05:37 GMT -5
[glow=red,2,300]glow[/glow] no, a glow is a UBBC effect, what im looking for is the COLOR they all share
|
|
|
Post by hlpme on Aug 25, 2008 16:11:18 GMT -5
they all share a white tint in the center of the voltege
|
|
|
Post by Free Rider Master on Aug 25, 2008 16:12:31 GMT -5
they all share a white tint in the center of the voltege good! u got it
|
|
|
Post by hlpme on Aug 25, 2008 16:38:38 GMT -5
they all share a white tint in the center of the voltege good! u got it k thx ;D
|
|
|
Post by Free Rider Master on Aug 26, 2008 12:44:49 GMT -5
Assume that you are a web designer like me, if i wanted to use a script to make a back ground color chooser, i would use Objects, Properties, and Methods, so in this simple line of code: <script type="text/javascript> function: bgcolorchooser() { x = prompt("enter a color", "") window.document.bgcolor == x } </script> (i know theres a number a things i didn't include if i wanted this script to actually work, but i only included stuff related to the question) So, heres the question: in this part of the script above: "window.document.bgcolor == x", which is the property, which is the object, and which is the method? ~600 gold~
|
|
|
Post by hlpme on Aug 26, 2008 13:48:23 GMT -5
property: javascript, object: window, methed:bgcolur
|
|
|
Post by Free Rider Master on Aug 27, 2008 10:36:45 GMT -5
property: javascript, object: window, methed:bgcolur mhmhm close but no cigar sorry
|
|
|
Post by hlpme on Aug 27, 2008 12:06:50 GMT -5
prompt: propperty, color: object, methed: enter
|
|
|
Post by Free Rider Master on Aug 27, 2008 12:46:34 GMT -5
prompt: propperty, color: object, methed: enter still, close but no cigar, in fact you were farther off
|
|
|
Post by hlpme on Aug 27, 2008 12:59:26 GMT -5
lol property: bgclolr object: window, methed: docomunt
|
|
|
Post by Free Rider Master on Sept 1, 2008 10:55:28 GMT -5
lol property: bgclolr object: window, methed: docomunt still, close but no cigar lol
|
|
|
Post by hlpme on Sept 1, 2008 11:28:45 GMT -5
lol property: bgclolr object: window, methed: docomunt still, close but no cigar lol i kno there the right 1's but mixed up right?
|
|
|
Post by Free Rider Master on Sept 1, 2008 15:08:42 GMT -5
still, close but no cigar lol i kno there the right 1's but mixed up right? ugh... think about it this way : Think about a black box, the box is the object, and the color black is a property of that object, there are many other properties it can have, like right angles for example. in the case of coding, javascript or whatever langauge your using is allways going to be the method.
|
|