starling-framework Questions
1
Solved
I am programming a board game in Starling (Action Script 3). The Starling version that I am using has a class called Sprite3D, which allows me to conveniently and easily code the flipping of the ca...
Banjermasin asked 20/2, 2017 at 20:51
0
I'm trying to get a video to play in an Away3d texture on iOS. It's fine on Android and Windows. The video will play in Starling on iOS so I know it's not the video.
Here is how I add the video:
...
Malathion asked 30/3, 2016 at 10:3
1
I try to upload my game developed with Starling to the appstore but the "Application loader" stuck on "Sending API usage to iTunes Connect", 10 days ago the upload was successful, the new version h...
Zofiazoha asked 14/3, 2014 at 18:31
2
I am actually new to android programming and I was wondering how an game engine such as the starling engine works. I have previously programmed in canvas, surfaceView and I was able to make simple ...
Adiel asked 11/8, 2013 at 6:53
2
Solved
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 = e.getTouch(co...
Ulane asked 24/5, 2013 at 12:16
1
Solved
I have been search for a while now for a clear example of how to code a button that allows the user to press and hold. While this happens I would like to execute some code.
I have implemented the ...
Adim asked 1/11, 2012 at 9:51
2
Solved
Just first off I'll say that the context here is Actionscript 3.0 (IDE: Flashbuilder) along with the Starling Framework.
So, I want to create a Tile Map that could be used for a platformer or some...
Fuhrman asked 12/8, 2012 at 0:20
1
© 2022 - 2024 — McMap. All rights reserved.