Tagged Questions
0
votes
1answer
14 views
push objects that equal true, into an array
I have an enemy hitting a bunch of tiles, and through a loop, I check all the tiles if the enemy is hitting them. I trace them and some will tell me if it's true or false. I want to be able to get the ...
0
votes
1answer
22 views
AS3 Error #1010
Im taking an AS3 course and on one of the lessons, i get this on the output of my program:
TypeError: Error #1010: A term is undefined and has no properties.
at Main()
this is my code:
package
...
0
votes
0answers
8 views
AS3 FDT How to instantiate an fla asset with a custom class?
I jsut started working at a company that uses flash builder, but I am using fdt at the moment. I am hvaing trouble getting FDT to instantiate the sprite in an fla project along with the custom class ...
1
vote
1answer
22 views
Adobe Flash Professional CS6 for Android: Navigate from One movie-clip to another move-clip using Actionscript 3 class
I have created one 'login page' which is a movieclip. and my another page is 'home' which is another movie clip. so what i want to do is.. i wanna navigate my one move-clip to another movie clip. and ...
-3
votes
1answer
38 views
Confused about ErrorMessages while debugging Flash
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at savethetiger_fla::MainTimeline/frame168()
stop();
home_btn.addEventListener(MouseEvent.CLICK,home);
...
0
votes
1answer
36 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
15 views
stageVideo zoom and pan properties not working
Has anyone had any luck using the pan and zoom properties of the stageVideo object? I was only able to find one example here: ...
-3
votes
1answer
47 views
Sliding gallery in AS3 in Flash CS5 [closed]
I'm trying to create a sliding gallery in AS3 in Flash CS5, but I get these errors:
does it have something to do with AS3 ? Because i guess it had to be done in AS2 and i had done it in AS3
Scene 3, ...
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 ...
0
votes
1answer
38 views
MouseX and MouseY not working as expected
I have an old flash app that worked ok when double the size of what it is now. The problem is, there is nowhere in the script that does math with MouseX and MouseY, i use the position directly so I do ...
0
votes
1answer
28 views
Download and save jpeg with Action Script 3
Hi I need some guidance on how to download a jpeg image addressed through a URL, and save it to local disc using action script 3.
Most of the solutions Iv found require JPEG encoding libraries but I ...
0
votes
1answer
100 views
Enemy move randomly
To make things quick, I have an arrangement of tiles that a player and an enemy are on.
public static var floor1:Array = new Array(7);
floor1[0] = [0,1,1,1,1,1,0];
floor1[1] = ...
0
votes
3answers
36 views
referencing objects in different functions as3
I have an object in my mouse event functions that I want to reference in my time function.
Example, I basically created tiles and have mouse events:
var cell:MovieClip = new Tile();
...
0
votes
1answer
53 views
As3: Instantiation attempted on a non-constructor (BitmapData)
I'm so sorry if this question has been answered before or the answer is painfully obvious, but I could really use some help.
So I have this Class I want to create instances off of. The idea is to ...
2
votes
1answer
95 views
Why do odd aspect ratios look stretched in browser on Mac using actionscript 3?
I have a simple AS3 swf that captures the user's webcam feed and displays it. I am trying to set the video to 16:9 aspect ratio. According to Adobe, if I use setMode() on the Camera object, I can set ...
2
votes
1answer
35 views
Action Script 3. How to disable Allow Click function?
I'm creating Flash "memory" game, Idea to discover 2 equal cards, but I have 1 problem.
When I discover second card program write: "Wrong turn" and It is shown for 1 second, but at this time I can ...
0
votes
1answer
36 views
HitTestObject issues
I have a bit of a problem with hitTestObject in Flash.
I have these tiles generated on the screen and I have a player added to the tiles. I created an invisible square bitmap for the player, which ...
4
votes
2answers
58 views
Action Script 3. How to add timer?
I'm creating Flash "memory" game, Idea to discover 2 equal cards. But when I choose 1, if second card is wrong It discover only for half second, but this is not enough. I need to make that second card ...
0
votes
1answer
47 views
DataGrid consuming XML data from URLLoader
I have two functions; submitIngredientChoices, that passes variables into a query string to a website called Recipe Puppy in this format: /?i=chicken,lamb,pesto&q=italian&format=xml. The ...
0
votes
3answers
72 views
FLASH/AS3: Getting error on removing child. Parameter child must be non-null
I'm trying to remove MovieClip but it says Parameter child must be non-null.
This My Script:
To make it in stage, i use:
function sayam (e:MouseEvent):void{
nilai = 8;
if(nilai == temp) {
...
0
votes
2answers
38 views
Passing Model to View constructor for Stage Instances
I'm looking for an elegant solution to setting the Model argument for a View that is a stage instance.
My View constructor looks like this:
public function View($model:Model, ...
0
votes
2answers
33 views
Disable a function temporarily as3
On my screen are tiles generated from an array. I have a mouse roll over function called rollover, that adds a movieclip that highlights the edge of the tiles that I am currently on. I want it so that ...
-1
votes
2answers
36 views
Cannot access a property or method of a null object reference. at blast_game/moveObjects() urgent
i keep getting this error message above in my code when trying to get my game working. the code is as follows where the error seems to be occurring but i cannot locate it; the error that it brings up ...
0
votes
1answer
47 views
How do I select a part of an array? Or match parts of one array with parts of another?
I have some drag and drop function where there are 8 items (dragArray) that can be dropped onto 2 big 'landing zones' (matchArray). But since I don't want them lie on top of each other, I've made an ...
0
votes
3answers
101 views
How do i detect collision detection in flash AS3?
i wanted to create a maze in flash AS3, with the user guiding the character. I tried using this (below) but this will require me to make all the maze walls individual and setting collision detection ...
0
votes
2answers
41 views
Having trouble loading an image instead of using a drawn object in actionscript-3
I am trying to make a ball shoot from a canon, which is fine, but i want to change the canon from a drawn canon into an image i have OF a canon.
But when i do this i get the following error when i ...
0
votes
1answer
69 views
How to load new swf on mouseclick event of movieclip in as3?
I want to create a flip effect button, on click event of which a external swf should be opened removing all the contents of current swf.
I have created both components, a button and also a movieclip.
...
1
vote
0answers
44 views
Flash Pro CS6 Unable to transcode assets?
I was testing my project in CS6. Everything was fine. I literally changed nothing. I test. Tons of errors that it is unable to transcode embedded movieClips. I am literally going insane trying to find ...
0
votes
1answer
122 views
turn based movement on a tile grid, isolated tile(s)
This is written in as3 and FlashPunk.
My problem? I have a tank that can move 4 tiles in the 4 directions; north,south,east and west.
Image can be found at ...
0
votes
1answer
24 views
Adding a variable object
I'm trying to add an object based on the level number. I've got the following declaration:
var lvlmapping:Object;
Later on, I run the following code:
if (levelnr == 1)
lvlmapping= new ...
0
votes
1answer
35 views
Error #1009 …(done some research still no solution !)
So this is the continuation of a project ...1021: Duplicate function definition in my action Script
I am making an interactive flash Project...It has has 17 Separate scenes ...
Intro Scene
"Main_ ...
1
vote
1answer
78 views
1021: Duplicate function definition in my action Script
This is a follow up to my previous question (Problems Scripting Multiple Buttons(nearly identical) in a single Action Script)
I am making an interactive flash Project...It has has 17 Separate scenes ...
0
votes
0answers
40 views
Definition com.revmob.airextension:Revmob could not be found.
I am using Flash cs5 to make iOS App I have referenced Revmob.ane in the File->Actionscript settings->Library path and then imported the revmob extension in my Game.as by
import ...
0
votes
0answers
46 views
Differentiate variables
var gridArray:Array = new Array(7);
gridArray[0] = [4,2,1,1,2,3,1];
gridArray[1] = [2,2,1,4,2,1,2];
gridArray[2] = [1,2,1,2,1,1,2];
gridArray[3] = [2,2,2,5,1,1,2];
gridArray[4] = ...
0
votes
3answers
96 views
Problems Scripting Multiple Buttons(nearly identical) in a single Action Script
I am a noob to action script 3 so please forgive this detailed Posting ! (and code posting errors)
I am making an interactive flash Project...It has has 17 Separate scenes ...
Intro Scene
"Main_ ...
0
votes
2answers
44 views
How to know for sure something was made in Flash?
If you right-click on a game of movie in a website and see a box with the bottoim line "About Adobe Flash Player..." does that necessarily mean that the content was made with Flash (Either Flash Pro, ...
0
votes
1answer
37 views
Access MovieClip within a MovieClip
I have a MovieClip called Tile, which has its own class. I have the below code in a for loop, which creates a grid.
var tile:MovieClip = new Tile();
tile.gotoAndStop(Floor1[i][u]+1);
tile.x = ...
0
votes
1answer
119 views
Action Script 3 : Hover over button to play a movie clip
I have a button on the main time line. When I hover over the button, I want a movie clip to play. When the movie clip is over, I would like for it to go to the next frame. Is this possible?
1
vote
2answers
101 views
create (webcam capture like youtube) in my website
I have a website working the same as youtube. At this moment I am trying to create a video image captured by WEBCAM.
The video image should be saved on my computer (by FLV format) first and then if ...
0
votes
1answer
34 views
How to lock a file in Actionscript?
Using ActionScript 3.0, how can I lock a file? I'd like to write my highscores to a file and place the game on a server, but I don't want things to go wrong when two players submit their highscore at ...
0
votes
1answer
35 views
Algorithm for matching ingredients to recipes in AS3 (High Level)
This is a high level question; I don't want you to post any code or examples, but rather just roughly list how I would achieve what I want to do programatically - Please do not delete this question as ...
0
votes
1answer
96 views
Exporting Flash CS5.5 project to .apk file causes all movieclips to play
I am loading an AS2 .swf into an AS3 project. When compiling and running the project inside of flash the .swf file loads perfectly and I can play the game I am loading as I normally could. However ...
0
votes
1answer
164 views
Add/Remove Event Listener to/from child Movie Clip in AS3
In short, here is what I'd like to accomplish:
Click Movie Clip, add child
Click child movie clip, play sound
Click child again, stop sound
Click child a third time, remove child
Sadly, I've only ...
0
votes
1answer
34 views
Getting trouble with publishing in HTML5 through Flash & actionsript 3.0
Hi there...
I am having a query about how to publish in HTML5 format through flash.
I have a .fla file containg animation and Actionscript 3.0, when i publish it to HTML, it ask to download ...
0
votes
1answer
111 views
flash as3 trying to play audio from external swf and getting message “Call to a possibly undefined method”
I'm able to load graphics from an external library with no problems, but for some reason all of the audio will not load/play.
Here's the loader class I'm using...
package
{
import ...
0
votes
1answer
75 views
Can't change Movieclip's current frame while setting depths of Movieclip's children
I'm trying to set the depth of every MovieClip contained in one big MovieClip called 'map'.
To do this, I made a function that runs on event ENTER_FRAME, i.e :
public function ...
0
votes
1answer
66 views
How do I access movieclip from a copied loader
I am having trouble accessing the movieclip and the child movieclips of a copied loader.
I am loading a swf like,
var ldr:Loader = new Loader();
var urlReq:URLRequest = new URLRequest("myswf.swf");
...
0
votes
2answers
56 views
How to Adding Movie Clip to stage in certain frame (with whole it's event) with source?
it's my character class , i want the character movie clips which references to this class can be added to stage in certain frame. So when i clicked button start ,it'll adding the character's movieclip ...
0
votes
0answers
72 views
Flash CS5 does not compile any timeline AS3 anymore
All the sudden Flash CS5 has stopped compiling any AS3. For example, if I create a new document and place these simple scripts on the timeline, the resulting SWF ignores the actions completely:
...
-1
votes
1answer
131 views
Flash Action Script count down timer
I need to set a timer for 40mins, and after 40mins the frame should go to a specific frame. I have a code but it's format is 2400s this way. what i want is 40:00 this format. How do I change this code ...




