StarlingFramework is an ActionScript 3 library for hardware accelerated 2D graphics. For the Ruby persistent queue server, please use the [starling-server] tag.

learn more… | top users | synonyms

2
votes
1answer
27 views

How do I generate a texture with texturetool that pvr2atf will accept?

The Adobe docs for the new ATF SDK (http://www.adobe.com/devnet/flashruntimes/articles/atf-users-guide.html) state that the pvr2atf file is specifically designed to let you convert textures created ...
5
votes
2answers
33 views

Touch events for empty space inside a starling sprite

I have a Starling Sprite which I want to get touch events for. A am using content.addEventListener(TouchEvent.TOUCH, onTouch); function onTouch(e:TouchEvent) { var touch:Touch = ...
0
votes
0answers
19 views

AS3, AIR, Starling sliding panel like MadComponents

I am developing an app using AS3/Air for mobile devices. I am using Feathers UI and Starling but I would like to create a panel slide (menu, information panel etc) that comes with MadComponents. I was ...
0
votes
1answer
50 views

Starling Feathers - Available features 101

New to Starling-Feathers, before I start to develop my mobile app, I would like to know what are the best practice to develop the following features using Feathers: Partial view slide - A part of ...
0
votes
1answer
31 views

Starling: Scaling vector sprite for image crops instead of scales

I've got vector sprites in an external SWF. I can draw them onto a Starling image just fine. But when I try to scale the sprite before hand, the resulting image has been cropped instead of scaled. ...
2
votes
2answers
18 views

orientation for component not work

i write this code , to test the orientation change , i draw a quad with width=stage.stageHeight , and height =stage.stageHeight too , when change the orientation , the width of quad showed is 800 not ...
3
votes
2answers
57 views

play video on StageVideo with starling

i work on as3 mobile project , iam using starling as Framework , how i can added a video on starling using stage video , not video player . stage video option is a lot better for performance . any one ...
0
votes
2answers
33 views

Flash CS6 Generate Sprite Sheet zeros issue

When in Flash CS6 i want to generate sprite sheet , it works fine , creates one big texture and XML file. But! Even if my movieclip has only one frame , in XML it appears like "Cosmonaut0000" , it is ...
3
votes
2answers
41 views

Send data from Flash to Starling class

I want to send data from mainClass (Flash class) to my Starling class. Here is the code of two classes. I need to pass data between them. package { import flash.display.Sprite; import ...
0
votes
1answer
60 views

Adobe Air - Starling/Feathers - Text Input without OS level hooks (aka StageText)?

Long story short, I seem to always be running into unpredictable StageText functionality in Adobe AIR applications. I want to avoid triggering the OS native input fields and emulate that ...
2
votes
2answers
79 views

Detecting Orientation Change with Event Listener

I'am work on ActionScript mobile project , i'am using starling with AS3 , i try to add event listener to detect ORIENTATION_CHANGE event in starling class but it will not detect the change , if i add ...
2
votes
1answer
54 views

Is there graphics.lineBitmapStyle() or alternative method on Starling

I'm drawing graphics on a Starling sprite, I face a problem on erasing lines on background. On flex I used graphics.lineBitmapStyle() where my background Image is the Bitmap source for ...
1
vote
1answer
69 views

add MouseEvent.CLICK to starling image

i have a container have many image with scroll , i add TouchEvent.TOUCH as event listener instead of MouseEvent.CLICK , because starling doesn't support MouseEvent . the problem is when i navigate ...
0
votes
1answer
50 views

Starling 3D rotation

Is there a way to rotate an object (plain graphic) around it's X axis using Starling (stage3D)? There was rotationXYZ in "standard" Flash (stage) to do this and I am looking for similar solution.
0
votes
1answer
28 views

starling big textField causes texture too big (max 2048x2048) error

Sorry for the noobie question but why does a textfield with the size of 1024x1024 cause this error when running on an ipad simulatation? It seems like the ipad only allows textfields to the size of ...
0
votes
1answer
16 views

nape - targeting only one body

I have a few body in nape one is a loop of 'baddies' the other is a single 'hero' I call my updateGraphics function but how to I taget the hero within this function, I have tried ...
0
votes
1answer
13 views

nape making a body follow the mouse

I have a dynamic body in name and want to make its x position follow the mouse, is this possible. player = new Body(BodyType.DYNAMIC); player.shapes.add(new Polygon(Polygon.rect(400, 350, ...
0
votes
1answer
52 views

'full screen' looping background video for AIR based iOS application

I'm creating an AIR based app, targeting the iPad, where I want to use a 'full screen' looping video in the background. In the foreground are moving and animated elements, anywhere from 5-50 total. ...
-3
votes
1answer
50 views

AS3 enemy formations

I have been developing a shooter game in as3 using the starling framework by looking at some different tutorials. The problem is that all tutorials teach to create random enemies that move from one ...
0
votes
0answers
30 views

Size limitation of PixelMask class in Starling

I'm using PixelMask class in Starling to create dynamic mask for iPad with retina display. I can't get it to work on full 2048x1536. It appears it only renders masking in 1024x768 area. Is there a ...
0
votes
1answer
12 views

Disable Mouse Blocker in Starling

Can someone tell me how to block all mouse touch input into my Actionscript 3 Starling game? Basically I need to ignore all touch events for a set period of time. Any help would be appreciated!
0
votes
1answer
77 views

Is it possible to use Flex UI components with Starling?

I am using Flex to build a web based viewer, although I can build it in a pure actionscript 3.0 project, but I thought using Flex will save us time building complex UI components .. So, as the ...
-1
votes
1answer
115 views

How to use starling with Flex, mixed MXML and AS3 code [closed]

i need to build a mobile application using starling by FlexMobileApplication project not ActionScriptMobileApplication project, can i do that , did starling supported with flex and MXML ?
1
vote
0answers
246 views

Starling Android Dev: Black screen after phone call on galaxy note 2

I'm testing my starling game on galaxy note 2. Starling turns into black screen after phone calls... The strange thing is that it works on other android devices(HTC,sony,etc.). I did set ...
0
votes
0answers
109 views

How to make efficient dynamic mask in starling

I'm trying to make an interactive book for tablets with animations and page flip. I'm using starling framework. My idea of page flip is to mask 2 instances of next page with 2 static quads which are ...
0
votes
0answers
26 views

Starling Framework (for AIR) Atlas Clarifications

Prototyping the next game, and will certainly be using atlases for this round. Just want to clarify a couple things before I start planning classes. I am posting this on Stack because the forum ...
0
votes
1answer
30 views

Saving flash Stage Data to XML (runtime)

I am working on a prototype in which i have to generate XML file of stage, I mean to say that in which order elements created on stage i have to create node list in XML with their data type and other ...
0
votes
0answers
43 views

Event.ADDED_TO_STAGE does not get fired for DisplayObjects added to a ScrollContainer

I'm using Starling + Feathers + StarlingMVC to build a small game. Doing that, I'm having an issue with ScrollContainer : it seems like elements (Buttons in my case) added to a ScrollContainer do not ...
1
vote
2answers
55 views

Loadins Starling swf within another swf

I have an swf which does not use stage3D it's a simple swf. I also have an swf which runs starling. Now, I want to load the starling swf inside the first swf. Is something like that possible?
0
votes
0answers
51 views

Starling / Stage3d unload game from stage

I have a flex app which loads at a point a stage3D (starling) game. All works nice until this point, I am able to hide the app and display only the game layer, but the issue arrives when the game is ...
0
votes
0answers
116 views

Flash Full screen interactive “Allow full screen with keyboard controls” button click bubbling through

When clicking allow full screen with keyboard controls, the click forwards to the flash display list. How to stop propagation of this event? the whole area does not stop the mouse events from ...
0
votes
1answer
56 views

drawing a line that follows your finger

I'm creating a game and i am trying to draw a line that is following my finger. I'm using the starling graphics axtension for this and that is working very nice and you can see how i do it below. if ...
0
votes
1answer
54 views

get started Starling with Flash Professional cs5 but i've got error when adding Staring variable

I've tried below but I can't even make Starling variable. 1) already followed and set this: http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html 2) downloaded ...
1
vote
0answers
59 views

Scaling for Android devices with starling causing some layout issues

I'm using multi resolution technique number three as written in this article and to determine the scale factor and stage size, I'm using this piece of code originally written by Jeff : if ...
0
votes
0answers
61 views

Starling is giving Unable to transcode Image Error

I am working on a prototype in which I'm adding a texture to movieClip. Here is my code : [Embed(source = "/../assets/demo_img.png")] protected var asset01:Class; ...
1
vote
0answers
59 views

intellij application verification error while using the same .p12 and provisioning that I used on flash builder what can I do?

Im quite sorry for the long tittle, I've been stuck with that for a while now, we started using flash builder for some mobile applications, so i got the mobile.provisioning file and the .p12 ...
0
votes
1answer
70 views

Flash Builder not recognizing certain keywords

I am trying to follow this tutorial http://tv.adobe.com/watch/starting-with-starling/starting-with-starling-welcome-screen/ When I try to make the Assets.as class (which starts at around 7 mins) ...
0
votes
1answer
136 views

Starling filter : invert alpha

I try to make a shader for Starling that will invert alpha (a kind of mask) of a Starling sprite : var fragmentProgramCode:String = // Get texture "tex ft1, v0, fs0 <2d,linear,nomip>" + "\n" + ...
0
votes
0answers
97 views

Stage Size vs DPI For Android Games

So, new to mobile game development, and I can't seem to figure out how to handle creating the stage and viewport in Starling. So, here's what I understand, though I can be wrong. Look at the DPI, ...
0
votes
1answer
114 views

how to update texture in starling movieclip on runtime

I am working on a prototype in which i have used starling framework. I have used starling movieclip in which we have to provide texture as constructor parameter. var demoMc:MovieClip = new ...
0
votes
1answer
55 views

Actionscript3 listening for custom event

I am using starling, but that should not change anything. I have a custom event dispatched from WorldManager.as (gist: https://gist.github.com/raimonds1503/5101967) and I am listening to it on Game in ...
0
votes
2answers
279 views

Feathers (Starling-based Adobe AIR library) List control doesn't work the second time it's instantiated

I'm having a problem with a Feathers List control. It works the first time I enter the screen that contains the list, but the second time I enter that screen in the same app execution, the scrolling ...
0
votes
1answer
44 views

apple certificate for testing starling games

I am wondering how i can test my applications on a real iPad. I have bought an apple developer id and i would like to do some tests on my iPad. The problem is that i need to register my application, ...
0
votes
2answers
321 views

away3d and starling resizing issue

I am having problems trying to resize correctly both away3d Gold and Starling in stage3d both working in a single game. I have 4 starling instances and 1 Away3d instance handled by stage3dProxys. ...
0
votes
0answers
117 views

Content Scaling with starling isn't scaling properly on android

I'm using the third method in starling's guide to multi platform games. And for the viewport and screen setup. I'm using the following code : stage.align = StageAlign.TOP_LEFT; stage.scaleMode = ...
0
votes
1answer
145 views

Are there any fast-rendering game libraries that use “GPU mode” as a rendering method in Air for iOS?

I've been toying around with starling 2D and found out my game runs faster without it. The reason is simply because the game uses lots of vector shapes and "direct" mode is just too slow in rendering ...
0
votes
0answers
66 views

Is there anyway to improve vector drawing performance in Air for iOS?

I've tried caching vector graphics to BitmapData and also set the stage quality to (LOW which doesn't seem to be working in Air3.4 though). Currently, I'm using Starling 2D to draw cached(as texture) ...
0
votes
1answer
88 views

Is this a good implementation of the gameloop

I have implemented a gameloop in Flash/Actionscript/Starling and I want to throw it at you to see if this is a valid implementation. I wanted to have a variable time step approach. private var ...
0
votes
1answer
103 views

How to avoid multiple sprite sheets?

In starling, it's faster if you use BitmapText instead of traditional text. Which is well great except for one issue. Right now the sprite sheet I was making was with a single Fla. I just created the ...
0
votes
0answers
100 views

Starling(Stage3d) performance advantages for video only playback

I'm building an AIR desktop app that plays back HD video. Since StageVideo is not supported on AIR for desktop, I was still wondering if perhaps there were any performance advantages in using ...

1 2 3