ActionScript is a scripting language used for RIAs, mobiles applications, web applications, etc.
0
votes
1answer
5 views
ActionScript 2 MovieClip Class or Interface Not Found
I'm converting an actionscript 3 project to AS2 because AS3 is not yet scaleform compatible in CryEngine 3.
I have a MovieClip in the library. Under ActionScript linkage I have "Export for ...
0
votes
1answer
5 views
Starling splash screen lag issue
i am making a game based on starling in flash professional , i have like 5 spritesheets to load thats why i decided to put a animation as splash screen.
i create the splash by creating an object of ...
0
votes
0answers
14 views
Pass variable from flex as3 to swc?
I'm trying to pass key codes from as3 flex project to swc already has deafault codes but i didn't figure it out yet, can anybody help me, head me to right direction.
this is my action script code:
...
0
votes
1answer
18 views
replace doublebackslash with single slash
How do I replace doublebackslash with single slash? couldnt find an example anywhere.
ie.
"c:\\this\\is\\a\\folder\\myfile.jpg" to "c:\this\is\a\folder\myfile.jpg"
-1
votes
1answer
13 views
Using stage.fullScreenWidth and stage.fullScreenHeight to position MovieClips?
I have a movieclip called playbtn and this code:
stage.scaleMode = StageScaleMode.NO_SCALE;
playbtn.y = stage.fullScreenHeight - playbtn.height / 2;
playbtn.x = 0 + playbtn.width / 2;
When I test ...
0
votes
1answer
21 views
Error “namespace mx.managers:ISystemManager not implemented by class ” when converting application to flex sdk 4.6 from sdk 3.3
I am converting my application to flex sdk 4.6 previously it was in sdk 3.3 and getting below errors.
1044: Interface method activate in namespace mx.managers:ISystemManager not implemented by class
...
0
votes
1answer
56 views
Learning the craft
Kindly help me update this code to AS3, it's in AS2. I am learning ActionScript, so it is still a monster to me... Please be easy on me.
stop();
particles_mc.duplicateMovieClip.visible = false;
trace ...
0
votes
1answer
26 views
Access a class from 2 level outside in as3
i just wanna access the public class which is 2 levels outside from the fla file. My folder structure as follows.
com
displays
main.fla
Some fla's are located in displays folder. And i want to ...
0
votes
2answers
11 views
How to define child stages in ActionScript?
This is not really a programming question, so please let me know if I should move it somewhere else.
I want to know if there is a way to define a -parent- object (like a Panel, or a Stage inside the ...
1
vote
1answer
16 views
How to reference static classes in Actionscript
I apologize in advance for the newbiness of this question; I think I'm not grasping the basics of Actionscript but haven't been able to find an answer elsewhere.
What I want is some global constants ...
1
vote
0answers
43 views
How to decode a URL in PHP?
I'm trying to send a request from ActionScript to PHP, and it works, except for the utf-8 characters. My actionscript does something like this:
var request:URLRequest = new URLRequest(url);
and ...
0
votes
0answers
13 views
Call ExtJS functions from action script
I wonder if it is possible to call ExtJS functions from the action script?
For example we have the following code written on ExtJS:
Ext.define('utils', {
singleton : true,
alert : function ...
0
votes
1answer
12 views
Error in xml parsing in FLASH
I am trying to parse an XML in FLASH
This is my Code
var myXML:XML = new XML();
myXML.ignoreWhite = true;
myXML.load("Playlist.xml");
myXML.onLoad = function(success) {
if (success) {
...
0
votes
0answers
20 views
Variable cmodule.shine::CLibInit is not defined. AS3
I am using AS3 on Flash... I am trying to modify a .fla file which is audio recording and add a mp3 convert using ShineMP3Encoder, but when I ran the program, record and convert I always end at this ...
0
votes
2answers
32 views
5 Minute Countdown With Buttons
I have to make a 5 minute countdown clock as an assignment. I was given the basis of a as3 and told to add 'Start' - 'Reset' - 'Stop' buttons. So far I have a respectable countdown going, but no way ...
0
votes
0answers
27 views
Flex RPC Fault faultString=“HTTP request error”
Hi. I built a project from an existing fxp file. But when I try to run it I receive this error.. What is wrong?
[RPC Fault faultString="HTTP request error" faultCode="Server.Error.Request" ...
0
votes
1answer
28 views
actionscript 3: added vector drawings as children, drawings won't display
I'm a bit new to actionscript, so please, bear with me. I'm trying to draw vectors as Sprites and add them as children under the parent 'container'. When I list the names of the children under ...
0
votes
1answer
32 views
When the game of an external swf is finished, remove the external swf
I am creating a series of mini games and animations and plan on bringing them all into one flash file. Each of the games need to disappear when the player has finished them. I don't know what to put ...
-1
votes
0answers
37 views
AS3 movieclip detection [duplicate]
I am trying to make water particles that stay inside of a glass bottle and if they move out of the bottle, it stops moving, as if it reaches the bottom. The proble is that the water stops just outside ...
0
votes
0answers
16 views
Need Flash Pro extension for forward/back in selection history
Does anyone know of an extension that lets you navigate back/forwards in your seletion history? Would save me many hours of accumulated time.
-4
votes
0answers
30 views
Quiz as3. need tips with a function [closed]
best way to check the correct answer in a quiz? as3
my quiz is in a xml, and have two vectors one with questions and one with answers:
have four transparent buttons for each question with the label ...
1
vote
2answers
28 views
Compiling multiple .as files using Maven
I am having issues getting maven to do a simple clean install I am getting the following error:
Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:compile-swf ...
0
votes
1answer
16 views
How to scroll drag&drop-able objects based solely on their current position on the stage at the time the user scrolls
I'm working in Flash with Actionscript 3. I have a class of objects. Let's say the class is called "apple." At runtime, a number of instances of "apple" are generated on the left half of the stage. ...
0
votes
1answer
34 views
Blood flow in a circular maze?
How can I create an animation in flash as3 in which I can show a blood stream ppassing through a circular maze?
for example, here's a maze: http://lonestar.texas.net/~dianes/labyrinth/maze.jpg
I want ...
0
votes
0answers
16 views
Opera does not call Flash's ExternalInterface.callback() function inside js callback called by flash
I'm new to Flash ActionScript. I've a flash audio recorder (modified jRecorder) that records audio in WAV format and I've added support for MP3 encoding. The recorder exports some public functions for ...
0
votes
1answer
15 views
How to stop a function through another one in AS3?
So, i'm in this Flash CS5 file and i want to disable a function when another is running. To be more precise: i'm doing a function that makes me control a game character through keyboards. When this ...
0
votes
1answer
21 views
Actionscript 4: NetConnection.connect(…) does not fire a NetStatusEvent event
I downloaded the red5-recorder (http://www.red5-recorder.com/) , which fails to allow me to start recording. After debugging I found that the netconnection, needed to record to a media server, ...
0
votes
1answer
14 views
Guess function in Flash
I am stuck with my Flash game. I need the syntax in action script for the below logic. My game is pretty large and complex to explain and I will explain you a quick simple example.
I have 2 buttons. ...
0
votes
0answers
15 views
Flash codes stoped by some images?
I have this simple code in my movie : _root.gotoAndStop(3);
but it doesn't work until the image is in frame 3 , has the flash any problem with images?
www.headortailcasino.com/test/bug.zip
0
votes
1answer
31 views
Action Script 3. 30 times use one image and 6 times other
Ok, I'm creating flash memory game. In this game you need to find 2 equal card and discover them. At all here are 36 cards (6x6).
I have 2 different images for card when It spawns. 1.png I need to ...
0
votes
2answers
29 views
Determine if the mouse made a complete circle around a point
I have a game I am working on. I am trying to detect if the mouse has made a complete 360 degree rotation around a certain point. I am completely struggling with the logic though. The full rotation ...
0
votes
0answers
17 views
Flash - embed images read from XML structure
I'm trying to embed the images that a project needs so that the exported SWF is completely independent. I've already managed to embed the XML into the actionscript. All the images needed in this ...
0
votes
2answers
17 views
Two Dimension Array with Custom Type Elements
I'm trying to create on my scene an n x n size matrix, each element should be a Movie Clip, named Table, already prepared in the Library.
var tables:Array.<Table> = new ...
0
votes
1answer
14 views
AS3 default values as Class in Function Parameter
How can I assign a default value for a function parameter of type Class in Action script 3
public function foo(param:Class = ????? )
{
}
Thanks
1
vote
0answers
22 views
AS3 Flash Player on Chrome remembers hardware settings even when hardware is not present
I am making a voice chat application and am accessing the microphone through the Flash Player. I check for the microphone via the Microphone.getMicrophone() function.
If the microphone is not ...
0
votes
2answers
50 views
how to remove a child object by removeChild()?
I'm trying to make a custom animated/shooter, from this tutorial: http://flashadvanced.com/creating-small-shooting-game-as3/
By custom, I mean customized, ie, my own version of it.
In it's ...
-5
votes
0answers
18 views
what the result is from? (ActionScript, ByteCode)
While google search, i found below result.
which SWF dump tool result in?
Sorry my poor english.
===============================================
a
bcFile{
minor_version (17): 16
...
0
votes
3answers
65 views
Flash AS3 Drawing a line between two objects with different parents
So I have two objects with different parents and I want to draw a line between them, how do I do this? I know I need to use localToGlobal but I am not really sure how to make it work for this. ...
0
votes
1answer
18 views
Actionscript 3.0 navigation menu
I'm making a fairly simple flash website, the main page loads fine and now I am coding for the navigation buttons. The first button(and all will function the same way) is menuBTN I've created a ...
0
votes
0answers
17 views
Actionscript mini database
I have a flash application that reads in about 10 xml files, processes them and makes webservice calls to push data back. My swf file runs within a saas application and can only communicate with the ...
0
votes
2answers
59 views
Action Script 3. How to disable all keyboard keys
I'm creating flash game, where is needed only mouse to play. I need to disable all keyboard keys, but I can't do it successful.
I don't understand really how to make it, I need to ...
0
votes
1answer
39 views
Flash addChild object disappears
In the root, I have 2 buttons that when you press the first one, it goes to the first frame inside the movieclip, if I press the second button it goes to the second frame.
I have the following ...
0
votes
2answers
38 views
Script Src in Actionscript?
If I have the user type something like movieclip.x += 1; and press a button could I make the user's text execute? Such as a Script Src?
0
votes
1answer
24 views
Only allow a certain amount of touchPointIds
In touchEvents, they handle multi touches, right? So you can use multiple fingers at once. So how do I only allow the event to handle a certain amount of touches? For example, only drag 3 squares, ...
0
votes
0answers
28 views
catcher game lives won't update as3.0
I am trying to create a simple catcher game. I have the basic structure/logic figured out but I am facing some problems. For some reason the lives are not updating as I want them to. The only time ...
0
votes
2answers
29 views
Flash CS6, Stop at this frame not working for me
As the title suggests I'm having problems. I have been working on a project for weeks for my UNI course. Today Flash CS6 crashed and after painstakingly recovering my work all the code was a mess. The ...
-1
votes
1answer
23 views
using time intervals between sound failing flash as3
hi need to have a timer class that actually has very descent timming:
var playTimer:Timer = new Timer(1000);
playTimer.addEventListener(TimerEvent.TIMER,playhead);
playTimer.start();
...
0
votes
0answers
27 views
passing variable content using swfobject to AS3
I have this JS code implemented in AS3 project:
// JavaScript API consumer detection
var enableJsApi:Boolean = ExternalInterface.call( "eval", "(function(){
return window.onFlashSnesReady != ...
0
votes
1answer
37 views
“else encountered without matching if” in action script 2
this.onEnterFrame = function()
{
if(Key.isDown(Key.RIGHT))
{
asdf._x += 10;
}else if (Key.isDown(Key.LEFT))
{
asdf._x -= 10;
...
0
votes
1answer
54 views
Flash push item inside of an array
Im needing some help in AS#3 and arrays
Basically i am having trouble of pushing items into a 2D array with errors.
Below is what i have and trying to use:
var j = 0
var i = 0
var ...




