Click here to Skip to main content
15,909,953 members
Everything / Adobe / AS3

AS3

AS3

Great Reads

by Member 9514741
Killer Instinct is physics based shooting game. The objective is to perfectly shoot the enemies.

Latest Articles

by Member 9514741
Killer Instinct is physics based shooting game. The objective is to perfectly shoot the enemies.

All Articles

Sort by Score

AS3 

11 Mar 2014 by Sergey Alexandrovich Kryukov
To start with, you would need another beautiful model, like the girl shown on the site you have referenced. And a good professional photographer with all the equipment. And a good designer. And some software developers. Why not just you, as a software developer? If you had enough qualification...
5 Feb 2016 by CPallini
You get such a result because the sin method argument is supposed to be given in radians[^] while you are using degrees.Try, for instancetrace( Math.sin( degrees * Math.PI / 180 ))See: "Math - Adobe ActionScript 3(AS3) API Reference"[^].
20 Nov 2012 by Krunal Rohit
perhaps this might help you,http://www.actionscript.org/forums/showthread.php3?t=179787[^]
20 Apr 2013 by Boudi AlSayed
Hi, I have a movieclip named MYMOVIE1 and I want to save it as Image (any Format) to a folder named MyTestApp in the SD storage using ActionScript 3? {AIR for ANDROID}And please tell me if the same way work for iOS... Thanks
16 May 2013 by Ag_Sharad
I was on a flash video player project where i got stuck. Everybody must have seen videos in youtube. There there's an option for changing quality setting from hd to 170p. I searched all the Video, stage,stagevideo and other classes in flash as3 but i could only get an option to set low, mediun,...
25 Aug 2013 by gayan akmeemana
I need to make flash swf for play encrypted flv/MP4 videos. I tried this.. HTTP://www.veryinteractivepeople.com/?p=525Here we want to put flv file in to the swf and encrypt it. But I want to encrypt flv/MP4 separately and play from main swfI am not a expert about Action script 3. But I...
20 Nov 2012 by suraty
I made ​​a flash game with ActionScript 3. I want when the character falls into water or swamp or his score=0, the game to be start.I want load scene from first. But I do not know what code to write. I am a beginner in as3. Please help me by details. I'm grateful for your advice.
30 Oct 2013 by anexamin
I am trying to build my first adobe air extension on iOS. I have read many tutorials on adobe and everything seems fine, but when I run my project on a device, iPhone5 iOS7 it throws the following error in the organizer windowOct 27 00:57:27 Default ReportCrash[100] : ReportCrash acting...
3 Nov 2013 by GreenKhan
Hello, I have complete a maze game that a character walks arounds, collects things and shoots enemies. The game is produced entirely dynamically. I now want to add a fog of war where the character can only see whats around him on a certain circle radius. I have created the images and background...
4 Nov 2013 by GreenKhan
mainMovieClip.mask=someCirlcle...
13 Dec 2013 by Member 10464482
Greetings,I want to send a string from actionscript to java trough a socket.this is my java codeimport java.io.BufferedReader;import java.io.InputStreamReader;import java.net.ServerSocket;import java.net.Socket;public class Main{ public static void main(String[]...
2 Jan 2014 by howletking
the answer's you need to good prepare you data-formatwhen try to close one socket ,flush the stream firstI don't like japanese at all
1 Jun 2014 by Usha Red E
I am new to flash as3. I want to know whether a form is open or not. Is there any possibilities. Can any1 help in this. Thanks
9 Oct 2014 by Member 11142410
Hello guys. For the past few weeks now i have started to experement with the children functions in flash. I am able to add them to the screen and push them into a array. What i am asking you guys is how do i access each child indiviually, for instance: for ever _bullet check if it intersects...
12 Oct 2014 by VldeoWhisper.com
You can access all with getChildAt() and index number (
5 Feb 2015 by saravana__
Hi,Am using this below code to update custom values.
4 Jun 2015 by jiazhiqiang
I have created and compiled a new flex app in mxml & AS3.Now I want to make a wrapper in the exe form(for mainly use on windows) to load(star to play) the swf file with following needs(or reason):1、hide the swf file and relative assets (may load by swf at runtime) from the...
24 Jan 2016 by newbie1992
hello. I am a bit confuse about the symbol of ' { } 'can someone please explain to me how to use this symboland what does it means?example :var tween = TweenLite.to(demo, 20, {score:100, onUpdate:showScore})what does {score:100, onUpdate:showScore} means?and how it...
24 Jan 2016 by Thomas Daniels
It's an object literal that creates an object with the properties score (value is 100) and onUpdate (value is showScore).Object - Adobe ActionScript® 3 (AS3 ) API Reference[^]
22 Apr 2016 by newbie1992
helloi am doing a project which using timer to play the movieclipsis there anyway to play more then one video at the same time when the timer's listener trigger the function?example :var mcList :array = [ ];mcList = [ mc1 , mc2 , m3 , mc4 , mc5, mc6 ] ; // just for an example...
6 Apr 2016 by Member 12439929
Hi , i have been trying to update my flash player for internet explorer activex in my windows 2012 server . but it is still showing up flash player version is something way beyond this one (now showing version 11 , but active version is something around 21), please help , how to update this...
6 Apr 2016 by Richard Deeming
Strange - you're the second person this week to ask that question! :)You need to install the "Flash Player content debugger for Internet Explorer - ActiveX" file[^] from the "Additional Downloads" page[^].You should then have the latest version of the OCX file in...
19 Apr 2016 by saravana__
Hi,I am using local stored object to store some information in my flex application. When I try to flush, it's show security panel to increase the local storage space. I want to show why the security panel is shown.Or can i change the text inside the security panel.What I have...
22 Apr 2016 by Maksman
I think it can be very simply achieved with a variable measuring elapsed time and a switch statement in the timer event handler:var mcList :array = [ ];mcList = [ mc1 , mc2 , m3 , mc4 , mc5, mc6 ] ; var mcTimer :Timer = new Timer(1000);mcTimer.addEventListener(TimerEvent.TIMER, ani...
2 May 2016 by saravana__
Hi am using two swf to load same font with different language like arabic and English. I Use Font.registerFont() method to register fonts. When i tried two SWFs to register the same font, the last one wins.What I have tried:When i tried two SWFs to register the same font, the last one...
5 May 2016 by Malli_S
In one of our Flash project we're using XML file for UI text content loading. The XML get reloaded after specific time interval to keep UI updated. This works fine for few time intervals. But after some random number of reloads, despite of XML loading, I'm unable to read one of the child...
29 Sep 2016 by mehdilahori
hi all,how can i detect that default browser has been launched completely, here is my plan.task is to open a web link when user opens the application and when that web link has been loaded completely in browser i want to close my applicationhas successfully opened the web link, currently...
4 Oct 2016 by mehdilahori
Hello,trying to load web page in main window using stagewebview, web page runs ok if there is no video link but when i include web link having video streamin link , it show every thing except that online streaming videoany solution will be deeply appreciated.regards.What I have...
22 Oct 2012 by Member 9514741
Killer Instinct is physics based shooting game. The objective is to perfectly shoot the enemies.
12 Mar 2014 by Member 10646524
Please, Can I Make FITTING ROOM using flash? If NO ,Please What software tools can i use to make this fitting room ?
5 Feb 2016 by newbie1992
hello everyonehow actually math.sin() works in as3??i'm confuse with the result i goti try to trace(math.sin( 180 ))in reality i should be 0, but i got -0.8011526357338304and i also try trace(math.sin(90))it should be 1but i got 0.8939966636005579and some of the value...