EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
How do you remember sll these key words dor scrupting
How do you write paragraph of scripts
How do you do this madness |
|
DesightJoin Date: 2012-04-19 Post Count: 4087 |
troll? |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
No i serious :/ |
|
reizaaJoin Date: 2012-09-11 Post Count: 1912 |
and you have a group called Script N Build? XD |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
i was bored so i made a group ;( |
|
|
Obvious troll is obvious. |
|
DesightJoin Date: 2012-04-19 Post Count: 4087 |
We remember everything because 1) our minds favor such things and 2) we use all the code quite often in order to remember it.
We write lines of code because we've programmed our brains to write a sequence of events, actions, and more sequences in a format that computers can understand.
We write large sums of code because 1) starbucks 2) sugar 3) too much free time and 4) bigger code doesn't mean it's harder |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
My memory is bad
Also
My math teacher taught the class to program and i didnt understand any of it so... |
|
|
i'm bad at math ,but I know how to script. |
|
|
Then you're going to have issues later. |
|
|
You just have to work hard and put lots of effort into every line of code you make. You have to practice, at least twice a week. You need to do tons of research, whether it`s on the wiki or on some random YouTube video. It just takes dedication. Not memory. Not brains. Not some noob copying a free modeled script then giving it to you. It takes dedication. |
|
|
^ Give this man an oscar. |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
i really want to acript but i dont seem to have the dedication
i read the tutorials and stuff but my brain just doesnt seem to take any of it in |
|
|
Don't need math skills to be good at programming. You need logic skills which math can help you. |
|
|
Yes. You do need math skills to be good at programming. Minimum intermediate trigonometry. |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
like when i go into roblox studio i get really bored and want to play a game like league of legends |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
Im taking ap calculus next year?? |
|
|
Learning how to script is similar to learning how to write a new language. It just takes practice. I learned how to script by trying to code something that I personally wanted in one of my old games. Just try to make something simple that you want, and use the roblox wiki for help. |
|
|
And honestly, being good/bad at math has nothing to do with it. I hate math, and I hate learning a new language (like Spanish) but I'm a perfectly decent scripter. |
|
|
Try making the dynamic universal gun animations at my empty1 place without using complex math. Enough said. |
|
EvolucianJoin Date: 2008-10-26 Post Count: 8921 |
Your place is private |
|
|
|
YouTube is how I learned the basics of scripting, then I wrote some code and gave it a shot, messed around with studio, opened some free models to see how they work, etc
finally, after about 1 year or so I learned ALOT of things, Now Im going into XBox games, PS games, IOS and Android apps, and much more. |
|
|
"Yes. You do need math skills to be good at programming. Minimum intermediate trigonometry. "
You barely even need trig. And that's totally dependent on what you're going to be programming. For games, more specifically, 3D games, yeah, trig is important, but then again most of it's vectors which is an easy enough concept already. For 2D games only in Flash have I used trig in a game and all that was to make a character rotate towards the mouse.
But has I said, being a good programmer is independent of being good at math or liking math, it's logic that you need, not math skills. To make a basic calculator, you don't even need to know math, you just need to know how to methods that the language gives you to make then result. Most languages give you certain functions such atan, atan2, sin, cos, rounding, absolute values and logs. They even give you static constants for pi and e, Java is even nice has methods toDegrees and toRadians, which obvious gets degrees and radians respectively.
Knowing more math means you will probably be better at logic, but you don't need more math to be a good programmer. In most places the standard computer science degree only requires Calc 1 and discreet math. |
|
|
I use the law of cosine, quaterions, and interpolation on a daily basis for various things. First, get an actual job in programming and then tell me you don't need math. |
|