Subscribe By RSS or Email

Recent Posts in ‘Flash – Actionscript’

Flash AS3 – Clicktags

To build a ClickTag in Flash AS3 you need to first create the ActionScript: Remember to import any needed classes: Then, in the HTML:

Flash AS3-Convert String to MovieClip

Pretty straightforward: Of course, in the case above you could actually just use:

Flash AS3 – Calling a Method in a Parent Class

When loading a movie in a movie, here’s an easy way to call a method within a parent class: