by admin | Oct 19, 2002 | Blog, Code, Flash MX
When you need to copy only certain properties of one object to another object, this code will be useful. I’ve also given an example on how to use it. take a look at it here
by admin | Oct 17, 2002 | Blog, Code, Flash MX
Many times we need this! We create objects and arrays and modify them through code to get them as we want. Finally the object is ready but every time it is created using the same complex procedure when the SWF runs. This affects the performance to some extent. Also...
by admin | Oct 17, 2002 | Blog, Flash MX, News
Creating html tags to color highlight actionscript will be very useful for flash related websites. I’m talking about this for long time. I’m still in the process of creating one with flash itself in my spare time. My current code takes more time to this...
by admin | Oct 10, 2002 | Blog, Flash MX, News
FUIComponentClass is the base class of all of the Macromedia components. Understanding that will help you in building your own component. Peter Hall has compiled a dictionary for it; you can take a loot at it here [via: peterjoel blog]
by admin | Oct 8, 2002 | Blog, Demo, Flash MX
Today I just saw this through random search. It is an interesting interactive inverse kinematics animation of a skeleton (oh! so many ‘i’). I liked it Take a look at it here
by admin | Oct 8, 2002 | Blog, Bug, Flash MX
Darshan is building his next version of slideshow component and this problem is bugging him now. I found out one workaround yesterday. When the mask movieclip made open (instead of keeping it with a closed hole) even with a hairline gap makes the mask work properly....