cjobjects |
Viprin « Citoyen » 1360745460000
| 0 | ||
Fxie a dit : Roflzor a dit : i confirmed it is not caused by my tool, so the color is messed up when it is uploaded. just wanted to tell in case you haven't noticed yet |
0 | ||
there's really no fathomable explanation behind cjobjects changing colors all attributes (including color) are determined as such: +value==value?+value:value +value converts value to a number, which means numbers (1, 2, or colors such as 444444) are stored as numbers and strings (ffffff and other hexadecimal strings) are stored as strings. +value cannot == value unless value contains a plus. There's no way a color such as "abcdef" should match a number such as "9e+4" so unless there's a huge underlying bug in javascript it must be from the input, not the tool. this can't be a result of decimal math because there are no decimals and even if it were, 9e+4 cannot possibly match a string without a plus in it. also tested with a string that converts e to a number: +"624E34" 6.24e+36 +"624E34"=="624B34" false |
Viprin « Citoyen » 1360749000000
| 0 | ||
The color Lolitavip uses is 664e36, not 624b34. I tried following code, and the result was 6.64e+38. So there are some colorcodes(including e) which can be messed up. You should use === instead of == to solve this problem. var value = "664e36"; alert(+value==value?+value:value); 664e36 = 664000000000000000000000000000000000000 = 6.64e+38 |
0 | ||
Tuliomumic a dit : just use the other hole that are there... |
Roflzor « Censeur » 1360767840000
| 0 | ||
Juliiien a dit : What do you mean? Our Fraises aren't the same at all. I made a small Fraise to use as a fake, not as a decoration/object, like yours. I don't see reasons for u to not make a big fraise. Someone can use yours as decoration. And I didn't meant to COPY yours. I was thinking of it since i draw the apple, I swear :( |
0 | ||
Viprin a dit : === is an identity match, which means "1" would NEVER === 1, defeating the purpose. The only difference between == and === is === only compares the same types, which means comparing a string and a number would always return false whereas == would return true if a string equals a number. I'm guessing the string is iterated when it shouldn't be, which can't be fixed by using === for the above reason but is a problem with ==. I fixed the problem with the following (if you're interested): String(+value)==value?+value:value So if they're both iterated when they shouldn't be, they still won't match. Sorry for assuming it was your program, but most people uploading objects now use your program and I've never had this problem before so that was the only assumption I could make. |
Sloocky « Citoyen » 1360791660000
| 0 | ||
a dit : Hammer a dit : Seta (2) a dit : Icon facebook! :D a dit : Nail a dit : Spirit. a dit : Drop |
Skipjack « Citoyen » 1360855020000
| 0 | ||
Draw big frises. |
0 | ||
i don' add items |
Sloocky « Citoyen » 1360884480000
| 0 | ||
Why? /\ |
Mousechris « Censeur » 1360886400000
| 0 | ||
cause you can add them yourself, or let me but for the price i get to steal the credit hue hue |
Sloocky « Citoyen » 1360892280000
| 0 | ||
Ops, i dont knew. HAHAHA. Thank you. c: Now i have my icon facebook there *-* |
Fluffyshine « Citoyen » 1360892520000
| 0 | ||
Sloocky a dit : It ain't useful, imo :P |
Sloocky « Citoyen » 1360892760000
| 0 | ||
.-. Why? Your ball red also not. u.u --------------------------- OUSH! My flag en and nail are fail! :( |
Tailtong « Citoyen » 1360953960000
| 0 | ||
I made a trollface, ok. |
0 | ||
deleted some blank items also i don't know how viprin's tool works, but when you attach joints to a ground be sure it's centered, not just a random ground somewhere. otherwise you get the effect you might have noticed where the object is, y'know, not centered. also while board decided to replicate the heart things |
Suikodenii « Citoyen » 1360992840000
| 0 | ||
How do you even make your own object and I can't put any object into my map xml code... It's kind of hard to understand |
Tailtong « Citoyen » 1361018880000
| 0 | ||
my computer icon didnt work, delete asap pls |
Girlykaylie « Citoyen » 1361019480000
| 0 | ||
Aleeeeeh a dit : nice,like it a lot well done! |
Brkeeee « Censeur » 1361027940000
| 0 | ||
Nice program Fxie! I want to skeleton cat |