PDA

View Full Version : how do you do it!!?


csmsb
01-03-2005, 12:12 AM
im new to flash but how do all you guys memorise how to do the flash code??! ill probably never be able to do that :(

Swas
01-03-2005, 05:55 AM
kind of a weird question really, its not really a remebering thing for me, as long as you know how to implement the main functions:

if statements, loops, arrays etc, its basically just using logic of the names of the movie clips and linking them together

and also you start to learn it like anything else the more you type it or read it, the more it makes sense

denacioust
01-03-2005, 04:15 PM
Its not really memorising as Swas said its more just using logic and applying it and thinking laterally to work around a problem

Gigerslasher
02-01-2005, 08:31 AM
Im not that Logical though, im like csmsb

bactac
02-01-2005, 12:16 PM
i want to make a game like Stick RPG but i only have the flash 5

MRZ
02-07-2005, 11:50 AM
Really, all programming languages use the same logic. Once you learn the raw basics of one, they all carry over. It's more of a mindset and an actual language than it is a bunch of functions that you have to memorize. If you can understand the code that you're writing, it becomes part of you, and you can for the most part logically problem-solve and put all the necessary pieces together. If you're just copying and pasting from tutorials, then you're right. You'll never learn it.

Nexus
02-09-2005, 02:51 PM
Really, all programming languages use the same logic. Once you learn the raw basics of one, they all carry over. It's more of a mindset and an actual language than it is a bunch of functions that you have to memorize. If you can understand the code that you're writing, it becomes part of you, and you can for the most part logically problem-solve and put all the necessary pieces together. If you're just copying and pasting from tutorials, then you're right. You'll never learn it.

That may sound corny to many of you wannabe programmers, but it is actually very true. If you take any computer science class they will usually teach you the basic language first. However, the farther you get into that course the focus becomes more on learning algorithms instead. Once you've learned an algorithm it becomes very easy to take it over to another language. Well said MRZ.

DarkReality
02-09-2005, 03:09 PM
If you can understand the code that you're writing, it becomes part of you

Enter... the Matrix... dun dun dun!

>_>

Fiz
02-09-2005, 03:27 PM
Enter... the Matrix... dun dun dun!

>_>

Whoa...that was weird...not a few minutes after you posted this, I posted something in the general forum about the Matrix without knowing you did too... <_< >_>

.
.
.

*runs away*

forumindex
03-02-2005, 09:37 PM
I agree with Nexus