This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by secondmouse
over 9 years

Basic Understanding...

Im new. So I wonder, is this “BounceBubbles” function something that is within JAVA that I can access at any time? Or is this something that was preprogrammed here at Code academy that I am simply calling on? I mean.. Are there a ton of functions within Java that can be used like tools when you are say…building a website? Or do you have to import/program each one?? I guess Im really just curious about the instructions for the computer to turn my name into some interactive bubbles… I may have input my name and a couple parameters but the real particulars have been worked out prior to my inputs. Is there a site where you can import codes for basic things like this (Turning your name into Bubbles)???

Answer 541070199c4e9d4a1f00004b

1 vote

Permalink

You are definitely going to be interested in this page if you haven’t seen it already http://www.codecademy.com/forum_questions/533857ac631fe9794700a672. It focuses on the bubbles.

And you’ll want to do a Google search for “JavaScript Libraries”. You will also be able to search for help with doing particular tasks and you might find smaller bits of code offered.

And a tip, we are learning JavaScript here not Java, that is a completely different language. You’ll need to know that so you can find what you need and other people know what you are talking about. Again, you could use Google to clear up any questions you have about the difference.

points
Submitted by Judy
over 9 years