37 Topics

Member Avatar for
Member Avatar for Brandlax

I want to know the most simple code of actionscript 3.0 on how to shake the screen. and i need this QUICK! thank you,

Member Avatar for iamthwee
0
113
Member Avatar for Th3nutz
Member Avatar for Chosen13
0
109
Member Avatar for Moirae

Hello, I'm working on a flip page gallery in Flash (AS3). I have this video tutorial from Cartoon Smart and one problem. How to mask a text box, is it possible in Flash using AS3? Cheers!

Member Avatar for Moirae
0
206
Member Avatar for chickenlord500

I have a .flv file (and also the original .mov from which the .flv was created) that i have imported into a new .fla - I also have created a button and assigned actionscript to the button that links to a new web page. The button works correctly. My issue …

Member Avatar for JasonHippy
0
149
Member Avatar for DJAyzed

Ok i seem to be have alot of problems with this script, first of all there must be an easier way to do something if a function doesnt trigger than having a variable but if this is the only way then it is not working for me. i first tried …

Member Avatar for rajarajan2017
0
130
Member Avatar for DJAyzed

Okay, so basically i have a movieclip on the screen and a function which loads a picture into it when it enters the frame. But i also have a function which makes it rise and grow when it is rolled over and it worked fine until i added the loader …

Member Avatar for DJAyzed
0
155
Member Avatar for samarudge

Hi, I am trying to retrieve the contents of my XML file and use the variables later on in the script; I have the following actionscript code [CODE=actionscript3]// Get XML Vars var xml:XML; var urlLoader = new URLLoader(); var songdataurl:String = '0'; urlLoader.addEventListener(Event.COMPLETE,onXMLLoaded); urlLoader.load(new URLRequest("data.xml")); function onXMLLoaded(e:Event):void{ xml = new …

Member Avatar for samarudge
0
153

The End.