Re: How to make cursor as3 Programming Game Development by iamthwee Actionscript 3 is dead and dusted Re: Coolest programming language? Community Center by ~s.o.s~ Actionscript is not actually a language since it comes with a proprietary package of Macromedia Flash. In the flash universe it can be regarded as a language but in generic terms, no. It is an addon added to flash to get better control over the components and their behaviour. Just my 2 cents. Re: Most Important Function in Action Scripting 2.0 Programming Software Development by iamthwee Actionscript is useful. What function is the most useful I don't know, it would depend on what you were doing. Re: What are the best programming language for Game Programming Programming Game Development by MosaicFuneral Actionscript if your into flash games, C++ is my preferred language. Actionscript 3 XML help Digital Media UI / UX Design by samarudge … in the script; I have the following actionscript code [CODE=actionscript3]// Get XML Vars var xml:XML; var urlLoader = new URLLoader… Actionscript 3.0 shake screen Digital Media UI / UX Design by 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, Re: Actionscript 3.0 shake screen Digital Media UI / UX Design by iamthwee Maybe [url]http://pixelwelders.com/blog/actionscript-3/2008/as3-earthquake-class/[/url] actionscript 3.0 movieClip stay above Digital Media UI / UX Design by Brandlax Suppose, I have a movieClip named "movi". and through actionscript, i generated some more different movieClips. So now, "movi" will stay down under the different movieClips. how do i make "movi" stay always on top even after the moviClips has been added? ActionScript 3 Pause the Frame AND Code Programming Software Development by JOSheaIV Okay so I am learning to write with with ActionScript for a flash project. First of all I hate this language and can't figure out how to solve my problem. I am trying to play the frames so that they appear 1 second apart but stop at a certain frame. Right now I pause it on the first frame right away with the command [CODE]gotoAndStop(1);[/CODE]… Actionscript 3.0 Property Tracking Digital Media UI / UX Design by Andy_Parr Hi I'm relatively new to Actionscript coding and have a small problem in Flash. I want to track the x property of a symbol (in this case a movie clip) and display the x property of that movie clip in a text field. However I want the text field to update the x property of the movie clip as it moves across the workspace. At the minute all the … Re: Actionscript 3.0 Property Tracking Digital Media UI / UX Design by JasonHippy Hey Andy. You might want to try adding an event listener for the ENTER_FRAME event and set up a handler function to update the text box each time the event is detected. The ENTER_FRAME event is an event which is dispatched by Flash's event dispatcher each time a new frame is drawn. So by adding an event listener and a handler, you can update … Actionscript 3.0 Input text problem Digital Media UI / UX Design by phfilly Hi! I'm still new to Actionscript 3.0 and was wondering if you could help me please. I'm trying to do a registration form in flash. The user entering his name/email/password and I want to save that value to a variable and return that. The error says that my return type is not valide. What should I use other than 'String' prob just something small… Re: Actionscript 3.0 help QUICK! Programming Game Development by MunkyFish Hi im prity new to actionscript myself so i dont know how right i am. Are you using frame labels because i think when using AS to control the timeline you need to use frame labels and in the script point it to the label rather than the frame as i say im still new to it myself so if im wrong i appoligeis Having issue with actionscript button working with video Digital Media UI / UX Design by 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 is that I need the button to show up at 6mins42seconds into the video, and I don't know how … actionscript Programming Web Development by syd919 Hello I am new to actionscript and i didnt know which forum to post in and may someone plz guide me to the right on. I want to play a simple animation in actionscript 2 and I keep getting an error Here is my code: [code=php] import flash.events*; stop(); dude.stop(); go.addListener(onMouseUp.CLICK,startplaying); function startplaying(… Actionscript Programming Software Development by rrajeswari03 how to auto increment alphabets in actionscript?? Re: How can i send with Actionscript 3 a variable and read it in PHP ? Programming Web Development by Chosen13 I don't know Actionscript, that is why this is a PHP Forum. Go to the Actionscript Forum. Thanks ;) Re: How can i send with Actionscript 3 a variable and read it in PHP ? Programming Web Development by Th3nutz could you be more specific please, what type of variables should i use in actionscript Actionscript syntax Programming Web Development by cwarn23 Sorry if this is in the wrong forum but I couldn't find a Flash forum so I am just guessing from previous posts that this is the right forum for the programming side of Flash. A few months ago I got a flash program called '3D Flash Animator' but comes with a scripting language called actionscript. I have checked Wikipedia about actionscript and … Re: Actionscript syntax Programming Web Development by Shanti C hello find these : [url]http://www.ultrashock.com/tutorials/flashmx2004/as2-01.php[/url] [url]http://www.adobe.com/support/flash/action_scripts/actionscript_tutorial/[/url] [url]http://www.devarticles.com/c/a/Flash/What-is-ActionScript/[/url] ActionScript XML and a good XML Editor Programming Web Development by preist [COLOR=DimGray][B]Could someone point me to resources with info on reading and implementing XML into ActionScript (flash) applications. I don't mean you should just make a google search on "Read XML in ActionScript". Also, what is your favourite XML editor and why? I tryied XMLSpy but there are some major limitations in the Home … Actionscript for Folder Browser - Help? Digital Media UI / UX Design by forumforme123 Hi all, I am writing my application in ExtJS and PHP, and I need actionscript to build a folder browser just to get the folder path. Unfortunately, I am unfamiliar with ActionScript. However, upon searching on the web, I have found this little script: [CODE] import flash.filesystem.File; import flash.events.Event; var directory:… Actionscript fail please help!! Digital Media UI / UX Design by zlloyd1 I need to create an invisible button for a web page to cover the majority of the page and in order to complete the task I need to include actions to the button. I have gotten the button to be where it is needed and it hold throughout the timeline. It works correctly in that it does not show up on the screen unless you mouse over it but when you do … Actionscript to VB.Net Programming Software Development by Resentful This thread was meant for the VB.Net section. If someone could move this, I would appreciate it. I know this may be the wrong section, but I couldn't decide which was best. I understand VB.Net quite well, but Actionscript throws me off most of the time. I am needing a bit of Actionscript converted in VB.Net. [CODE]package com.adobe.crypto… Actionscript to VB.Net Programming Software Development by Resentful I know this may be the wrong section, but I couldn't decide which was best. I understand VB.Net quite well, but Actionscript throws me off most of the time. I am needing a bit of Actionscript converted in VB.Net. [CODE]package com.adobe.crypto { import flash.utils.*; public class HMAC extends Object { public … ActionScript Pacman Help Programming Game Development by SaroGFX Hi guys, We have to make a simple (without ghosts or complex maze) pacman game in Actionscript for school. I haven't worked once with actionscript and am a real javascript noob so i need some help. If this sounds really simple to you. Please contact me, help me and you'll be rewarded (paypal). Thanks, Saro actionscript: selfcontained images' slideshow Digital Media UI / UX Design by isotope Hi everybody, I would like to create a slideshow template through actionscript, loading images which are embedded in the same swf as the script. I've tried creating an array and populating it with the names of the images, but I can't find a way to create movieclips containing those images: I know it can be done by loading files from a … Re: actionscript: selfcontained images' slideshow Digital Media UI / UX Design by isotope Hello Vishesh, I meant exactly that: pictures embedded in the flash file, as library clips, to be dynamically loaded through actionscript. Sorry for having been inaccurate. Apparently, I succeded using "BitmapData.loadBitmap()". This is the example I found on Flash Help: [CODE]import flash.display.BitmapData; var linkageId:String … Actionscript - load variable from external .txt Digital Media UI / UX Design by xylude I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie. I don't have much code written for this but here is what I have in the first and only frame: [code] loadVariablesNum("variables.txt", 0); loadMovie(var1, 0); [/code] in the variables.txt … ActionScript 3 help ! : ) Digital Media UI / UX Design by DevC++4.9.9.2 Hola, Im an experienced coder, however new to java/actionscript 3 I am trying to make a very simple login and I am running into problems. They seem to be with my for loop with the .Length() function in particular... [code] stop(); loginError.visible = false; var loginXml:XML; var loader:URLLoader = new URLLoader(); loader.load(new …