![]() |
|
bubble name thingy.. I need to work on names... - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: bubble name thingy.. I need to work on names... (/Thread-bubble-name-thingy-I-need-to-work-on-names) Pages:
1
2
|
RE: bubble name thingy.. I need to work on names... - Singularity_mybb_import13102 - 09-09-2014 (09-09-2014, 12:13 PM)RubyRose Wrote: Because boredom. Damn, I was expecting something more like: Because I bought shoes from a drug dealer. I don't know what he laced them with, but I've been tripping all day. RE: bubble name thingy.. I need to work on names... - BlueCat - 09-09-2014 (09-09-2014, 12:13 PM)RubyRose Wrote:(09-09-2014, 11:44 AM)Singularity Wrote: I guess it can be useful to a degree...... not just for this project..... but for beginners to test with Code: if(10 < 3)
{
bubbleShape = 'square';
}
else
{
bubbleShape = 'square';
}if the if statement is not correct it will produce the else which either way he is getting his desired result lol, But like he said, He was bored... RE: bubble name thingy.. I need to work on names... - BlueCat - 09-09-2014 (09-09-2014, 12:13 PM)RubyRose Wrote:(09-09-2014, 11:44 AM)Singularity Wrote: I guess it can be useful to a degree...... not just for this project..... but for beginners to test with Code: if(10 < 3)
{
bubbleShape = 'square';
}
else
{
bubbleShape = 'square';
}if the if statement is not correct it will produce the else which either way he is getting his desired result lol, But like he said, He was bored... RE: bubble name thingy.. I need to work on names... - Ex094 - 09-09-2014 Reduce the radius a little bit because the names starts to disperse before the mouse is even put on to them. Like when the pointer navigates to the border of the box then it should disperse slowly else it's pretty nice man. Good work! RE: bubble name thingy.. I need to work on names... - Ex094 - 09-09-2014 Reduce the radius a little bit because the names starts to disperse before the mouse is even put on to them. Like when the pointer navigates to the border of the box then it should disperse slowly else it's pretty nice man. Good work! RE: bubble name thingy.. I need to work on names... - Gr33n - 09-09-2014 (09-09-2014, 02:59 PM)Ex094 Wrote: Reduce the radius a little bit because the names starts to disperse before the mouse is even put on to them. Like when the pointer navigates to the border of the box then it should disperse slowly else it's pretty nice man. Good work! Yea the radius of the mouse should be lowered quite a bit. RE: bubble name thingy.. I need to work on names... - Gr33n - 09-09-2014 (09-09-2014, 02:59 PM)Ex094 Wrote: Reduce the radius a little bit because the names starts to disperse before the mouse is even put on to them. Like when the pointer navigates to the border of the box then it should disperse slowly else it's pretty nice man. Good work! Yea the radius of the mouse should be lowered quite a bit. |