Did you know that there's a big change in terms of how properties are called in AS3 now? For example, in AS 1 and 2 we used to call MovieClip._x but now in AS3 it's just MovieClip.x. No more underscore. …
September 16, 2007 | Posted in Flash
Flash, Web, Javascript and everything else
Did you know that there's a big change in terms of how properties are called in AS3 now? For example, in AS 1 and 2 we used to call MovieClip._x but now in AS3 it's just MovieClip.x. No more underscore. …
September 16, 2007 | Posted in Flash
This is my first step into Actionscript 3.0. I thought I would share it with everyone and at the same time, try to do a very simple thing so that I won't be daunted by the new language. What I …
September 16, 2007 | Posted in Flash
I'm working on a big project for some time now, and I'm now switching up a gear to make sure I finish this project of mine. Expect some Flash tutorials and freebies in a totally new site soon!
September 11, 2007 | Posted in Flash
A pretty good page for people who uses dynTween or who wants to learn how to use dynTween. http://www.pvbinduction.com/projects/bor5265/classes/dynTweenClass.as After using it for a project recently though, I won't touch it again, because it is very outdated. It lacks tweens …
September 4, 2007 | Posted in Flash
I've been using a XML 2 Object prototype I got from Kun since a project I did at MakeStudios. However, I misplaced the prototype, and then tried to look for it online, but to no avail. I've found another equally …
August 21, 2007 | Posted in Flash
This Class Library is one of the links sitting in my Links section for quite some time. I didn't have the time to check it out, but now that I did, I wished that I had checked it out earlier! …
August 18, 2007 | Posted in Flash, Resources
The nice reflections you see in Fusion 2006's website. Just happened to see it, and so I posted it for people interested to use this. Click here Enjoy!
August 14, 2007 | Posted in Flash
The code for full screen/full browser is really simple. In fact, the only code that is needed is to make sure that the objects within the SWF itself does not scale - and a line of code to align it …
August 10, 2007 | Posted in Flash, Resources, Web Design
To start using the microphone in Flash, the code is really quite simple, and can be retrieved from the F1 Help documentation within the Flash UI. Here's the main code that you will need to initialize the Microphone. One thing …
August 7, 2007 | Posted in Flash
Before I started using Fusekit, I was using MC Tween 2. I was introduced to it by Terry, a very good scripter and a great guy from PixelSquad. Till this day, I find MC Tween to be somewhat better than …
August 7, 2007 | Posted in Flash