kilauea
06-13-2008, 04:42 AM
I learned all the actionscript I know a while back, and thus it was all based in AS2. I'm finally getting back to a project that got put on hold and all the coding is in AS2 and I'm trying to figure out where I'm going to go now.
My project is a point and click adventure game similar to the old Sierra classics (Kings Quest, Space Quest etc). Basically I'm just trying to figure out if its worth it to convert everything over to AS3, and if I do what benefits does that have, and specifically what benefits does OOP offer?
The coding I have done is point and click movement that triggers an animation on the main character and also collision detection that works with the scene and keeps the character within the "walls" (though I think this needs to be reworked anyway, actually if anyone can direct me to an AS3 tut or a resource that would help me make collision detection that would keep a character walking through a setting from going areas they aren't supposed to - in other words not just super simple but a way to build walls).
Thanks for any help in advance.
My project is a point and click adventure game similar to the old Sierra classics (Kings Quest, Space Quest etc). Basically I'm just trying to figure out if its worth it to convert everything over to AS3, and if I do what benefits does that have, and specifically what benefits does OOP offer?
The coding I have done is point and click movement that triggers an animation on the main character and also collision detection that works with the scene and keeps the character within the "walls" (though I think this needs to be reworked anyway, actually if anyone can direct me to an AS3 tut or a resource that would help me make collision detection that would keep a character walking through a setting from going areas they aren't supposed to - in other words not just super simple but a way to build walls).
Thanks for any help in advance.