Quantcast Really Basic Stupid Question Text - Physics Forums Library

PDA

View Full Version : Really Basic Stupid Question


kurt.physics
Aug27-08, 08:36 AM
Hello,

I am really really new to programming, could someone tell me, is Flash's Action script counted as a programming language?

CRGreathouse
Aug27-08, 08:49 AM
It's a scripting language, which is a basic sort of programming language.

jtbell
Aug27-08, 10:28 AM
Just out of curiosity, why does it matter?

kurt.physics
Aug27-08, 06:13 PM
Just out of curiosity, why does it matter?

Its just that there is this Summer camp and it asks whether you know any programming, and if so, give examples.

Should i just give them a flash video game i made?

minger
Aug29-08, 02:08 PM
Depends on what version Actionscript you used. The new actionscript is definitely programming, particularly being that it is not object oriented. Previous versions are iffy, and if they ask for programming experience, I wouldn't be real confident in it.

CRGreathouse
Sep2-08, 11:35 AM
Its just that there is this Summer camp and it asks whether you know any programming, and if so, give examples.

Should i just give them a flash video game i made?

Sure, how could that possibly hurt?

-Job-
Sep8-08, 12:28 AM
It's a programming language. ActionScript is an ECMAScript implementation. It doesn't have to be object oriented to be a programming language (otherwise what would C be). The important distinction is between HTML/XML which are markup languages not programming languages. However JavaScript and ActionScript fall well in the realm of programming languages, they have the same descriptive power as other languages, it's only their capabilities which are reduced for various reasons (security, performance).

minger
Sep12-08, 04:44 PM
I agree Job, I wasn't trying to imply that a language 'needs' to be OO, I was really saying that the new Flash actionscript is quite impressive. More to the point though, it really depends on what one learns during this camp.

If the camp assumes knowledge that programming experience involves knowledge of programming structure, pointers, etc, then the OP might be in trouble. I personally am familiar with old actionscript and being able to throw a ball around a Flash stage didn't really help when I learned fortran.