Tagged Questions
The stage tag has no wiki summary.
5
votes
1answer
52 views
AIR - set size of NativeWindow to include system chrome
How do you find out the size of the system chrome so that I can specify the window size to achieve the stage size I want?
If my main window is set at 800 x 600 (stage), and I create a second window ...
3
votes
2answers
87 views
Detecting a movieclip has been Flipped horizontally on the stage in as3
If two movie clips instances of the same movieclip are placed on the stage and one is flipped horizontally in Flash.. Is there a way I can detect which one has been flipped horizontally in code? ...
3
votes
1answer
212 views
iPad : two-stage method implementation
here is my problem, I hope someone can help me.
My iPad app is made like this : I have several viewControllers added as tabs in a tabBarController added to window in my appDelegate. In each of these ...
3
votes
2answers
697 views
What is SEDA (Staged Event Driven Architecture)?
SEDA: An Architecture for Highly Concurrent Server Applications
"SEDA is an acronym for staged event-driven architecture, and decomposes a complex, event-driven application into a set of stages ...
3
votes
2answers
150 views
llvm preprocessor g++ passes
Suppose I want to write my own preprocessor.
So I want something like this:
all *.cpp and *.hpp (even the included ones), before they go to g++, they go:
file --> my preprocessor -> g++
Is ...
2
votes
1answer
26 views
Find added files in index before an initial commit is made
I am writing a script that finds all files that are added to the stage. I have only come up with solutions that work when there is already a initial commit (ie using git diff-index --name-status ...
2
votes
1answer
301 views
Flash builder - get stage width
I'm building an AIR application in Flash Builder and need to get something like stage.stageWidth
But stage.stageWidth doesn't work and nativeWindow.width returns width of the window - I need width of ...
2
votes
1answer
144 views
How to stage a Maven release without creating scm tag?
Our current SDLC goes something like this:
Develop code & unit tests
Release to QA for system testing
Repeat steps 1 & 2 as required until QA is passed
Promote to UAT
Repeat steps 1 to 5 as ...
2
votes
1answer
93 views
ActionScript - Keyboard Events Without Stage?
is it true that keyboard events can not be accessed outside of the stage on non display objects?
example:
package
{
//Imports
import flash.events.EventDispatcher;
import flash.events.KeyboardEvent;
...
2
votes
1answer
941 views
How to reference stage? Using flex for Facebook actionscript mobile API login method
I'm trying to implement the 1.6 Mobile Facebook API (http://code.google.com/p/facebook-actionscript-api/downloads/detail?name=GraphAPI_Mobile_1_6.swc) into an Air for Android application. I've ...
2
votes
1answer
492 views
Stage resizing and getting the right variable
In my Flash Application (AS3), I want to get the stage size and use that so my objects (which the user controls) can't go outside of the screen. However, when I use:
stage.stageWidth;
...
2
votes
1answer
506 views
How to make width/height of stage flexible/auto fit in flash?
In flex the width can be set to 100%,but in flash it seems I can only set the width/height in unit of px.
Is there a way to set the stage to 100% instead of xxx px in flash?
I'm using Flash ...
2
votes
1answer
1k views
AS3 - Loader class: Resize external swf to it's original stage size
Here is my problem (unfortunatelly didn't find solution @google):
I'm loading external swf[AS2] into main swf[AS3] using Loader class.
The main swf is 800 x 600 and the external swf is 300 x 200.
...
2
votes
2answers
17k views
Dynamic stageWidth and Height in Flash AS3
This seems like it would be a really easy thing to do, but its been giving me all kinds of headaches. I have a movieclip that is a gallery, It's linked to be called from AS when a button is clicked. ...
2
votes
1answer
548 views
Access the stage in the Flash CS4 IDE
The stage in the Flash CS4 Authoring Enviroment is a running SWF. That what makes thing like the 3D and Bone Tools to work in the IDE.
Is it possible to access that swf ? I suspect the immediate ...
1
vote
1answer
36 views
Git: ability to stage patch
Follow-up from Git: ability to stage a certain file content without touching the working tree:
I want to modify the index of one (text) file by staging a patch (against HEAD) without having to change ...
1
vote
2answers
63 views
Git: ability to stage a certain file content without touching the working tree
I want to modify the index of one (text) file without having to change the working tree file state. Is this possible?
1
vote
1answer
112 views
AS3.0: Copy MovieClip from array to Stage
I have an array with four different MovieClips in:
var myEnemy_1:Enemy_1;
var myEnemy_2:Enemy_2;
var myEnemy_3:Enemy_3;
var myEnemy_4:Enemy_4;
var enemyArray:Array = [new Enemy_1(stage), new ...
1
vote
1answer
119 views
My Actionscript 3.0 Stage will not clear
I am working on a side-scrolling game in Flash Actionscript 3.0. Right now I am trying to allow the Player to advance to the next level by touching a certain object. Before the next level is loaded, ...
1
vote
2answers
45 views
stupid question about lines in AS3
I am baffled by this function, which is called prior to this with parameters 22 and 58 for xVal ad yVal respectively. It doesn't display anything when the swf is compiled and tested, and its error ...
1
vote
2answers
74 views
Access stage from arbitrary location
Say I've got a utility class in which I would like to access the stage (in order to get the frameRate).
I don't particularly want to force the user to pass in the stage to each method or set a static ...
1
vote
2answers
320 views
How to use Stage Video (Flash Player 10.2)
How can I use Stage Video in my project in Flash Professional CS5?
Do I need Flex Hero for it? Are there any good examples of using Stage Video?
I've tried to create something but Flash Pro gave me ...
1
vote
1answer
86 views
Why isn't stage global?
I wonder what benefits gives making stage non-static reference in each object instead of making it global. Because of that I have only problems with dereferencing null. But, there must be case why ...
1
vote
2answers
323 views
How to change textfields on stage from an external class in as3
I tried to change the textfield on the stage from an external class but it doesn't work.
Thats the code how I tried it:
package
{
import flash.display.*;
import flash.text.TextField;
...
1
vote
1answer
297 views
Flash AS3 stageWidth wrong in Firefox 3.6
I have a full-windowed SWF running in Firefox3.6.
Reading stage.stageWidth should follow the size of the browser's window, but that's not the case with Firefox! The minimum stage.stageWidth I get is ...
1
vote
1answer
489 views
AS3: Hide elements outside the stage in loaded swf
Myapp loads an external swf and adds it to MovieClip.
External swf movie has elements that are placed outside the stage (they go on the stage during swf playing). But after loading that elements are ...
1
vote
2answers
567 views
AS3: How to find the parent of a deep-nested Sprite from the Stage?
I'll give a complete explanation of what I'm trying to do.
I have a video player as a separate SWF. In this video player I have a VideoContainer class extending Sprite, which contains the video and a ...
1
vote
3answers
154 views
Best way to make elements non-selectable in Flex
All,
As part of requirements for a new feature of "locking" a page, it is desired to have all elements on a locked page be non-selectable. This is not to be confused with disabled. All elements ...
1
vote
1answer
337 views
Can't resize content to fit a new NativeWindow in AIR
I'm trying to make a popup window class which will get a content DisaplyObject, and popup and display it in itself, but I'm cracking my head with matching the size of the content to the window or vise ...
1
vote
2answers
317 views
StageDisplayState.FULLSCREEN vs StageDisplayState.FULLSCREEN_INTERACTIVE
What's the difference between the the two display states?
1
vote
1answer
649 views
Flex/Actionscript 3 dynamic width/height change
Is it possible to dynamically (not in the project's options) change the dimensions of the stage by using ActionScript 3?
I'd want to create a 400x300px loader, but I also want it to load animations ...
1
vote
2answers
386 views
ActionScript Continuously Dragging Objects Within Bounds From Off-Stage Mouse Coordinates?
is it possible for flash to detect off-stage mouse coordinates in order to continuously drag an object within its bounds while the mouse is moving outside of the stage?
for example: i have a ...
1
vote
1answer
489 views
Player/Stage Path Planning
So I have map and config files that represent the world in which my robot is going to be trying to get through. My robot has to get from the top left corner to the bottom right corner of the map ...
1
vote
4answers
922 views
Is it possible to move the stage in actionscript 3.0?
Hi to keep it short and simple let's say I have a stage with 400x400 size in pixels, but I've drawn a map of 1000x1000 size in pixels. I want my player to be able to "walk" about the stage, but it ...
1
vote
1answer
436 views
Maze Navigation in Player Stage with Roomba
Here is my code:
/*
Scott Landau
Robot Lab Assignment 1
*/
// Standard Java Libs
import java.io.*;
// Player/Stage Libs
import javaclient2.*;
import javaclient2.structures.*;
import ...
1
vote
1answer
601 views
Detect mouseUp on stage
Is there a way to check the method that has been attached to the stage?
I have stage as global.. and need to fire some function in a object on mouseup...
Now it fires 2 or 3 depending how many ...
1
vote
4answers
2k views
Why is stage undefined in my Actionscript 3 class even though I've imported the Stage class?
package {
import flash.display.Stage;
public class MyGlobal {
public static var CX:Number = stage.stageWidth / 2;
public static var CY:Number = stage.stageHeight / 2;
}
}
The ...
1
vote
3answers
3k views
AS3: MOUSE_OUT not firing when Mouse leaves stage
I am developing a website with nav items that cover the whole stage from top to bottom (see altered image below) and it is pretty easy for the user to exit the stage with their mouse, not triggering ...
1
vote
3answers
3k views
ActionScript 3.0 stageWidth in custom Class
How do I access Stage Class properties in Costum Class?
Class:
package {
import Main;
import flash.events.*;
import flash.display.Sprite;
import flash.display.Stage;
public ...
1
vote
3answers
4k views
AS3 Project - Mouse Move Listener Reacting Outside of Application
I'm getting an unusual behavior that I can't seem to get to the bottom of. When I run this, if I move in the swf area it traces normally on mouse move. To be expected.
But it's tracing for the move ...
1
vote
6answers
821 views
Subversion: stage files to commit explicitly?
I got very used to git's way of having to touch every file you want to commit, and, while at it, double-check the diff. Now at work i have to use svn and i keep commiting stuff accidentially. Is there ...
0
votes
0answers
14 views
MovieClips on stage dissapear
I am creating a miner game (where there are pieces of gold and you have to catch them with hook).
I modified the Main class to take all children of MovieClip(root) that has name "Gold" and them put ...
0
votes
1answer
20 views
can you make Keyboard events differ on different pages?
Hey is there a way to have certain keys do one thing on one page and then different on another, as i use
But then on next frame i cant use space bar again to do another task?
Any help would be ...
0
votes
6answers
51 views
AS3 Cannot access stage from custom class
How can I access the stage and especially the width and mouse position of the flash Movie from a custom class?
package classes
{
import flash.events.*;
import flash.display.*;
public class ...
0
votes
1answer
27 views
How to move the stage within a class in Actionscript3?
Okay so I know how to move the stage within the actual .fla file by modifying this.x and this.y variables in the layer 1 actionscript.
But within the document class- public class Starlight extends ...
0
votes
0answers
11 views
Scaled stage size after printing the swf
My problem is the following, after sending to the printer the swf., which is loaded content (targetMc), the stage size is scaled too and can't make it full screen again.
thanks in advance.
...
0
votes
2answers
54 views
Parent Movieclip/stage not found even if it is present [closed]
I'd like to ask this question which has been popping up on my mind often.
Why do i get this error saying parent does not exist when I try to remove a movieclip. In the first case, the movieclip ...
0
votes
0answers
61 views
AS3: StageWidth for BOX2D?
I know BOX2D uses meters, and AS3 uses pixels.
I'm trying to create objects which are limited to the stageWidth.
If I do this variable:
for (var i:int = 0; i<(stage.stageWidth); i++){...}
...
0
votes
1answer
36 views
LoaderInfo.width != stage.width in flex 3.5
Running into strange behaviour with flex 3.5. Here is a minimal code:
build.xml target:
<target name="player">
<mxmlc
file="${APP_ROOT}/player.mxml"
...
0
votes
0answers
146 views
AIR StageText Actionscript 3 Android
I am building an Actionscript 3 only (non Flex/Spark) component to implement StageText for an Android tablet application. From what I understand, utilizing the softKeyboardInputAreaOfInterest ...