Forum Topic: As 3.0!

(687 views • 33 replies)

This topic is 2 pages long. [ 1 | 2 ]

<< < > >>
None

TrueDarkness

Reply To Post Reply & Quote

Posted at: 7/8/06 10:46 AM

TrueDarkness EVIL LEVEL 27

Sign-Up: 08/31/04

Posts: 4,718

At 7/8/06 10:42 AM, liaaaam wrote:
At 7/8/06 10:38 AM, True_Darkness wrote: Also I tried editing the button code to make a key script, but I'm not sure what I'm doing and if I'm doing it right (obviously not because it's not working):
This should work..:

Nopez, nothing happens, and the instance name IS 'mc' as well as the symbol name


None

Cybex

Reply To Post Reply & Quote

Posted at: 7/8/06 10:50 AM

Cybex NEUTRAL LEVEL 20

Sign-Up: 03/04/05

Posts: 7,744

Is denvish going to make n AS3: Main or are we just going to bung all the AS3 threads in the original AS: Main. I'm guessing quite a lot of the tutorials will need to be re-made.


None

Evan

Reply To Post Reply & Quote

Posted at: 7/8/06 10:52 AM

Evan FAB LEVEL 13

Sign-Up: 11/15/04

Posts: 2,388

are you saying flash PLAYER nine is out, or like... the program flash 9? because when i look on the adobe site i dont see flash 9 anywhere

Art is only the product of THC affecting the mind.

BBS Signature

None

GameSQUID

Reply To Post Reply & Quote

Posted at: 7/8/06 10:53 AM

GameSQUID NEUTRAL LEVEL 02

Sign-Up: 07/13/05

Posts: 95

At 7/7/06 09:09 PM, flashmenow_kthx wrote: chill brother, did i not say i could be wrong about some of this? i dont even have it, and i simply asked if it was worth it to change to flash 9. and i when i said every action put into a frame, i mainly meant that no movie clips had their own script. it would be piled up if you were making a game. i wouldnt care if all i did was make movies and i only used gotoAndPlay to loop, as you say.

I'm chill, don't worry :)

If you're making games, AS3 is a dream to work with. For simple things like animations (not saying making an animation is simple, but code-wise it's simpler), it might be a bit too complex.

You don't have to put your code "into a frame", in fact, you should completely avoid that. Put your code in classes.

At 7/8/06 01:42 AM, -hashbrown- wrote: so your telling me as 3 will let me have a shitload of particle effects that would be lagalicious on as 2 and let me make my games bootiful. if yes teach me as3 if no teach me as 2

I doubt it. Code execution is a lot faster, but render speed is roughly the same AFAIK. Haven't tested though, it will probably be a bit better because of the new Sprite class.

At 7/8/06 10:19 AM, True_Darkness wrote:
At 7/8/06 09:37 AM, Kinsman wrote:
Now try and remember that in AS2 it would be more or less:

Button_MC.onRelease=function(){
_root.gotoAndPlay("FirstScene")
}

So yeah... bug difference don't ya think?

You could still do something like:

myButton.addEventListener("click",function
(e:MouseEvent) {
// do stuff
});

To everyone worrying about AS3 - Flash 9 will still support AS2 and AS1, so no need to worry about it (for now). They added AS3 for people who need more power.


All times are Eastern Standard Time (GMT -5) | Current Time: 08:19 AM

<< Back

This topic is 2 pages long. [ 1 | 2 ]

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!