Page 1 of 1
Can you use AS2 basic SmartFoxServer coding in AS3?
Posted: 23 Dec 2011, 13:27
by Buffy1011
Hiya.
I'm working on making my game in AS3 instead of AS2 now, and I'm wondering if I can use some of the same coding techniques in AS3 as AS2? Or is there a big difference?
Thanks!
Re: Can you use AS2 basic SmartFoxServer coding in AS3?
Posted: 23 Dec 2011, 14:55
by reecedogcp78
Buffy1011 wrote:Hiya.
I'm working on making my game in AS3 instead of AS2 now, and I'm wondering if I can use some of the same coding techniques in AS3 as AS2? Or is there a big difference?
Thanks!
AS3 Is generally better than AS2, As for using AS2 Code in AS3 Im not sure.
Posted: 23 Dec 2011, 20:17
by rjgtav
Hi.
Regarding the SFS API, it is mostly the same in either AS2 or AS3. Regarding the rest of the code, AS3 is a more OO (Object Oriented) language than AS2, and there are much more better techniques in AS3 than the ones used in AS2.