A little while ago, I was asked to develop a little Pong game in AS3 to gauge my AS3 skills (I’ll explain why another time. Or will I?). My first move was to ask my friend Google what others might have done around the same subject (no need to reinvent the wheel, mostly since I was already crazy busy on some urgent project to finish up for the next hour or so). That’s how I found Jackson Dunstan’s own Pong.
That was something interesting to begin with but a little bit dull. So I decided to have some fun and to improve the thing with additional technologies. Some that I already knew pretty well (like Flex of course, but Degrafa as well even if its use here is pretty discreet…), some others I wanted to explore a little bit more (Mate) and finally one I wanted to give a try without any particular purpose (Away3D). I had been playing a lot lately with Papervision3D for a new version of Doug McCune’s Coverflow component (which shall be the subject of another post, pretty soon hopefully) and I wanted to give a try to at least another 3D engine. I kinda really liked a lot fooling around with that 3D stuff!
Anyway, after a bunch of hours playing with the code here is what I ended up with. Play with it, delve in the code if you feel like it (right-click on the game) and do whatever you want with it!
Note: For some reason I don’t have the time to investigate right now the sources are not accessible through the right click so here they are.
Note 2: That was simple. I had just messed a little bit up the sources path when I exported the Release Build.
Related posts:
- Degrafa: Extend CSSSkin to skin Flex Buttons How to extend Degrafa's CSSSKin class in order to skin...
- Introducing Tailgate MicroApp: a new way to advertise? Tailgate MicroApps, a new type of online advertisement, or the...
- Degrafa: nice and easy gradients with CSSSkin Some examples and explanations on how to easily create nice...
- Flex 4: Animated TimeMachine Layout An example of timemachine-like layout using the new flex 4...
- Come and see me talking about Mate Mate Framework: The Pleasures And Pains, by Gilles Guillemin, Wed...
Related posts brought to you by Yet Another Related Posts Plugin.

Subscribe



Aaaaw I remember that cartoon, but why the hell it links back to this article
Ok, here it is
:
http://www.fugly.com/flash/865/pong-fight.html
Nostalgia…
Hi,
this is really interesting! I’ll start to work in a Flex project soon and I was looking for some example with Away3D and Degrafa, so thank you so much for sharing the code!! I’ll give a look to it!