By the time i learn as 3 i will proberly forget every thing about as 1 and 2 =) nice tutorials im going to study them later once I buy flash 9 full.
Can some one please make this thread a sticky =)
once again nice work.
Printable View
By the time i learn as 3 i will proberly forget every thing about as 1 and 2 =) nice tutorials im going to study them later once I buy flash 9 full.
Can some one please make this thread a sticky =)
once again nice work.
Some of those aspects about AS3 make me cry. I'm going to miss the forgiveness of Flash for variables, as well as variable types... Hopefully, it doesn't SUCK as much as I'm anticipating it to. *cough*C++*cough*
I think few more hundred dynamic sprites on screen is worth it ;) but, am sure, in my case, good game would really depend on logic/design and not performance.
its under flex2 now i believe http://livedocs.adobe.com/flex/201/langref/index.html
psdforums.com doesn't seem to work anymore....have these tutorials been moved somewhere else?Quote:
Originally Posted by jason merchant
Domain is awaiting renewal. Means the domain owner has to log into his host and choose to stay with his host for another year or two. :P
Try again later...
??? links dont seem to be working for me alas.
Bandwidth problems?
chris error
Yeah, thanks for bumping it, and Jason, great job on the tuts! Again I must point out how much I love the Flash community for the hard work people put in to helping eachother!
I know a lot of people hate the direction Adobe are taking with AS but I definitely think it's a positive step! I like the structure and I am sure it won't take long to get rid of all the "small" issues that occurs with such a large transition!
Oh, I forgot to mention, that I found a couple of the tutorials using google cached pages :)
You can find them here: http://www.google.no/search?q=psdfor...s=4os&filter=0
Press "in cache" (or whatever its called in English) to read them.
There are no Flash 9 tutorials. There is only advertisement and links to a few Photoshop tutorials.
Yeah, but those are not the original links. The original links I would call Spam.
Thats because there were those flash 9 tutorials before, but as mentioned several times in this thread, the domain has expired or something, and is awaiting renewal by its owner, probably this Jason. Thats how I understood it at least:)
If you are looking for tutorials there are tons of links in the CS3 forum resource thread.
http://board.flashkit.com/board/showthread.php?t=698429
Those links at the top aren't working anymore =/
...Where are good places to go/good books on getting started with As3? I'm very familiar with 2.0 But I want to switch.
Here is a resource thread:
http://board.flashkit.com/board/showthread.php?t=698429
Hey, sorry I forgot to update this thread here are the new links temporarily:
http://jasonmerchant.com/tutorial.php?t=2
http://jasonmerchant.com/tutorial.php?t=3
http://jasonmerchant.com/tutorial.php?t=4
http://jasonmerchant.com/tutorial.php?t=5
http://jasonmerchant.com/tutorial.php?t=6
http://jasonmerchant.com/tutorial.php?t=7
http://jasonmerchant.com/tutorial.php?t=1
I can't edit my original post, can an admin help me?
I updated your first post, hope I got the links correctly.
I wish someone would get these tuts back online....could really use them.
Jason or anyone care to convert this AS 2 code over to AS 3?
stop();
this.onRollOver = function() {
rewind = false;
this.play();
};
this.onRollOut = function() {
rewind = true;
};
this.onEnterFrame = function() {
if (rewind == true) {
prevFrame();
}
};