Reviews For: Flash Programing Tutorial

(46 Reviews • Avg: 9.07/10)

Sort by: [ date | rating ]

There are 5 pages of reviews. [ 1 | 2 | 3 | 4 | 5 ]


Score: 10
Zenit

"Just perfect"

by: Zenit
date: September 1, 2008

This learned me actionscript in about 4 hours! Just amazing, now I'm ready to learn the more advanced actionscripting!

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 10
Jaye19

"I could contribute"

by: Jaye19
date: August 3, 2008

Nice tutorial I wanna contribute if you want and You changed The awesome title 1st it was Epic 800 Page Tutorial now it's this

Rate this review:
Helpful!
Useless.
Flag as abusive.
No users have weighed in on this review.

Score: 10
yakcaz

"Pleeease need response"

by: yakcaz
date: July 28, 2008

heey i liked your tutorial and it explained many things theoricaly that you could understand, but even with all the explaining, i couldn't make it work at flash.
i sirusly tried but it didnt work for me, more than anything i tried with the friction and movement. i was able to move the little man but the friction never worked and if i tried to make it go the other way everything just broke or somthing and didnt move at all.

if using flash mx is the problem( because thats what im using...) then say it. and even through i looked at most of the tutorial, i didnt find the hitwall thing, which is something i really need help with.

i really hope for you to response this cause i've wanted to use flash for a long time but actionscript just hit me back in the face.
good long tutorial by the way... =) (Y)

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 8
Archon68

"Really Well Done"

date: June 29, 2008

This is an amazing tutorial. It was very well put together and the tutorials really went in-depth.

Good:
Tutorials
Music
Grammar

Bad:
When you try to Copy and Paste the code, it takes you to the code library.
Some of the buttons don't work.
The option to download the example files doesn't work.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 10
DawnOfDusk

"W/o a doubt, a phenominal tutorial."

date: June 28, 2008

But one major question (eh, not really major)
You said, "An arguement is basically a part of the function that allows the user to give it some input when the function is called."

But I'm wondering, (For me to understand the term "arguement" better, would it make more sense to say is as, "An argument is basically a part of the function that allows the user to give it some input as to how the function is called, and normally changing the outcome of the function based on it's value."?

I think I made it more complex, but is that still right in terms of an "argument"?

July 13, 2008

Author's Response:

An argument is just an "input" for a function, or at least that's how I like to think of it.

For example, if you have an "enemy" class, and have a function that spawns enemies, but want the strength of the enemies to depend on what difficulty the game is on, then you could define the spawn function with a difficulty argument:

function spawn (difficulty) {
if(difficulty == 3) {
//something;
}
}

then when you'd call the spawn function, you'd say:

spawn(3)

or

spawn(4)

and then the value in the parenthesis would get passed into the function under the variable name difficulty.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 10
S2D

"Amazing Tutorial."

by: S2D
date: May 3, 2008

This is the most in depth tutorial ever.
I thought I'd never learn actionscript but thanks to you, I can!

Thanks for putting in the time and effort to make this.

June 23, 2008

Author's Response:

Thanks.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 10
andy70707

"nice tutorial"

date: February 18, 2008

And just for fun I had a go at the swift 3D quiz... I got them all right and I don't even have swift 3D!!!

Rate this review:
Helpful!
Useless.
Flag as abusive.
People think this is a useless review.

Score: 10
MrBobo64

"greatest tutorial eva!"

date: December 23, 2007

very indepth and broad, amazing, thanks for taking the time!

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 9
Chaos877

"Ouch, my brain"

date: November 25, 2007

This is a great tutorial, but i think it is a bit too long to read in one sitting. it would have been better to break it up into smaller bite sized submissions. This has no effect on how helpful it is, though.

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Score: 10
wolfy016

"thanks"

date: November 18, 2007

thanks for helping me understand what i need to make a flash video or game

Rate this review:
Helpful!
Useless.
Flag as abusive.
People find this review helpful!

Sort by: [ date | rating ]

There are 5 pages of reviews. [ 1 | 2 | 3 | 4 | 5 ]