Can is use Starling for mobile game?

Hi all,
I am familiar with Adobe air and actionscript 3.0 programming. Now i want to move to android/iOs game development. I found that most of them using the Starling framework. I am new to starling framework. What i am worried about starling framework is it should use starling's sprite , starling movie clip,starling Tween etc..I want all the As3 feature to finish my game... can you advice me where i should start ? with Starling framework i can do all functions? or you have any other better choice than Starling framework?
Thanks,
Siva

Whether you use Starling or not depends on the nature of your apps. When you do, you can use Starling Sprites and MovieClips for what they are need for, and regular Flash objects for things that Starling isn't so good at.
You should register at the Starling forums, that's a good place to ask questions:
http://forum.starling-framework.org

Similar Messages

  • How can I use OpenGl for iPhone games??

    Hi! As you know I really want to be an iOS developer. I know how Xcode works. But I don't know for the graphics and animation. I've heard that OpenGl can be used in games. But how? I mean like connecting the animations in OpenGl to the program written in XCode. I don't understand that part yet. So please can you guys explain me about that. I thank you all. 

    Hi Eric,
    it would help me frame answers if you give the background information:
    - do you know any 3D computer graphics theory? E.g. viewing transformations.
    - do you know any openGL already?
    - do you already know objectiveC and ios programming?
    To answer your questions:
    - the OpenGL ES libraries are already included as part of the iOS SDK, so if you have that you are set.
    - I am using an Air myself, works fine for developing for iOS, including code using OpenGL ES.
    - OpenGL ES is based on OpenGL 3.0, so is very similar. Almost the same.
    - read the post I linked to:
    http://db-in.com/blog/2011/01/all-about-opengl-es-2-x-part-13/
    He explains how to hook things up quite well. However, you do already need to understand how to develop for iOS.
    As I mentioned above, it helps to know 3D Graphics principles. If you do not know that then it is difficult to animate using openGL (or any other SDK). There are third party tools available (e.g. Corona, Unity, project Anarchy) that can make life easier, but at some point you simply have to learn 3D graphics. Trying to do animation without understanding graphics is like trying to write native apps without understanding programming. You can cheat to do basic stuff, but nothing useful or deep.
    This is not easy stuff, you will have to put some work into it. Start with the above link as an intro, and also the apple docs pointed to by teacup.
    Good luck!

  • Can I use iPad for internet games?

    Can I play Scrabble at Pogo.com using a WiFi iPad? They no longer allow me to use a 10.4 OS PowerbookG4 or my Mac G5 due to Java and Flash updates which no longer work on the older OS.  I am 70 years old, have had Macs since invented and I am not interested in an entirely new computer setup. What I have still works fine for everything else I need a computer to do and for 99% of the websites I visit. Why Pogo has chosen to exclude older technologies (and we're only talking about about 5 years here) is a mystery. But it seems it's no longer possible to use OS 10.4 with the older Safari, Java and Flash there anymore. Thanks for any help you can offer. Apple used to produce products which were easily updated. I only bought 3 new computers over 30 years, the last just 6 years ago but I see Microsoft-type marketing at play here when perfectly good hardware has to be replaced in such a short amount of time. For a lot of us in this country,  Social Security doesn't give you any wiggle room for the March of Time.

    If it uses Flash then no you can't play it on an iPad

  • Where can I find a good tutorial for mobile game developement with J2ME ?

    Hi All,
    I'm completely new to J2ME programming. But I have past experience on J2SE developement. Now I would like to know that where can I find a good tutorial for mobile game developement with J2ME ?
    I'll be very greatful if I can find a useful step-by-step tutorial (eg. "The Java Tutorial" for J2SE)
    Please point me ot the direction.
    Thanks
    ZuriJAckshoT

    ibook-widgets.com    have a free tutorial book in the iBooks store.  Search for "Create your first interactive book using iBooks Author"   they also  sell widgets.
    I  dont have any connection - I  found their eBook in the store long ago  and used it to learn more about iBA.
    The best advice though, is be patient,  go back over the process step by step, I cannot  access the Help files for some reason.. but i am sure its in their.

  • Can I use a T-Mobile contract free 5s (bought in US) with a Hungarian GSM carrier (Telenor)?

    Can I use a T-Mobile contract free 5S (bought in US) with a Hungarian GSM carrier (Telenor)?

    It may work ,no-one can say for certain but there will be no warranty outside US and it will not work on LTE
    If you like a gamble give it a try

  • Can i use the T.mobile contract free in egypt ?!

    Can i use the T.mobile contract free in egypt ?!

    It may work ,no-one can say for certain but there will be no warranty outside US and it will not work on LTE
    If you like a gamble give it a try

  • HT5278 MY 1st gen iPad has candy crush ---but it is stuck in "an update mode". My iPad can no longer acceptsupdates for any games beyond 5.1. Therefore, each time I try to access the game it goes into a "pause" mode. I would hate to delete the game becaus

    MY 1st gen iPad has candy crush ---but it is stuck in "an update mode". My iPad can no longer acceptsupdates for any games beyond 5.1. Therefore, each time I try to access the game it goes into a "pause" mode. I would hate to delete the game because I think I will lose my score. But I can't play the game either.  Can someone help me with this?  Can I go back to my last updated candy crush for my ipad, or do I have to delete it and start over?  Also, how would I get the one for my generation iPad

    I have a similar problem. But my iPad shows the connect iTunes screen and gives error 2001 when I try to restore it.
    My iPad's battery was fine but I didn't use it for like 2 weeks. It's battery would've discharged and it turned off. When I tried to charge through wall socket, it got into the restart loop where it would show apple logo and turn off. So I did the simultaneous holding of Home and Sleep buttons for 10 seconds or more. It started showing connect to iTunes.
    When I try to restore, the iTunes does the usual "extracting file" or something and go upto preparing for restore. But the iPad screen turns off from "connect to iTunes" and iTunes gives the error 2001, and the screen is back to connect to iTunes.
    Also, if I don't plug in, the iPad seems dead, doesn't wake up or anything.

  • Can i use ipad for making calls

    Can i use ipad for making mobile calls Or is it that we can use it for data only.

    The iPad is a data only device. However, you can make calls using Apps such as Facetime, Skype, Viber.

  • How can I use TopLink for querys that have two and more tables?

    I use TopLink today, and I can use one table to query, but how can I use TopLink for querys that have two and more tables?
    Thank you for see and answer this question.

    You can write a custom SQL query and map it to an object as needed. You can also use the Toplink query language "anyOf" or "get" commands to map two tables as long as you map them as one to one (get command) or one to many (anyOf command) in the toplink mapping workbench.
    Zev.
    check out oracle.toplink.expressions.Expression in the 10.1.3 API

  • How can I use OCCI for oracle8.1.6?

    my database is oralce8.1.6 for solaris8.
    I want to develop database application by OCCI .
    But only oracle9i has OCCI.
    How can I do?
    Where can I get OCCI ,and how can I use it for oralce8.1.6?
    thank you very much!!

    OCI is available for all versions of Oracle including Oracle
    7/8/8i etc. However it is not installed by default with these
    versions. I am assuming that the default 9i installation
    includes OCI. You should be able to install OCI for other
    versions through one of the development platforms e.g. ProC/C++
    etc.

  • How can i use AME for the new OAF page.

    Dear all,
    I have developed a new OAF page and registered under Employee Self Service.
    How can i use AME for the approval process.
    Appreciate your ideas?
    zamora

    I will try to answer based on my experience of working with iProcurement and AME. It depends on how you want to make a call to AME , directly from OAF Page or from Workflow and your requirement. You didn't specify what you want to show the users on OAF Page and your business requirement.
    Before calling AME Engine from the OAF page or workflow, I guess you did already setup AME Transaction Type and it's Approval Groups, Conditions, Action Types and Rules. Do some testing from AME Business Analyst Test Workbench. Please note that, AME provides lot of PL/SQL API's that you have to call from your programs (java or workflow pl/sql)
    Let's look at the workflow and putting an OAF Page as notification.
    As Sameer said, you have kick-off workflow process from PR of CO and with in the workflow function, you make a call to AME Engine API's with the AME Transaction ID. This transactionId belongs to the AME Transsaction Type that you setup. Based on the rules setup, AME Engine generates list of approvers/approver and stores them AME Tables for that transactionId. Then, it sends a notification to the approver.
    In the workflow, where that notification is defined, in the message body you have to put an attribute(&XX_WF_FWK_RN) of type document/send. And this attribute will have the constant JSP:/OA_HTML/OA.jsp?OAFunc=XX_FUNC&paramId=-&DOCUMENT_ID-. This function is SSWA Jsp function that makes a web html call to your OAF Region.
    If your requirement is to just show the list of approvers on the OAF Page, you may have to call AME API diectly passing your AME TrasnactionId with other parameters. Then AME generates list of approvers and stores them in AME tables with each approver status. You can pickup those approvers using VO and show them on OAF Page.
    Hope this gives some idea.

  • How can i use RTFEditorKit for JTextField.

    hi all,
    how can i use RTFEditorKit for JTextField.
    thanks in advance
    daya

    Don't cross post. This is a Swing related question and you have already posted in the Swing forum:
    http://forum.java.sun.com/thread.jspa?threadID=619619&tstart=0

  • How can I use Siri for IPhone?

    How can I use Siri for IPhone?

    Siri only works on the iPhone 4S or iPhone 5. If you have one of those devices, turn it on in Settings > General > Siri.
    If you need more info than that, ask in the Apple forums.

  • How can I use music for ringtones on my iphone 4?

    How can I use music for ringtones on my iphone 4?

    You can take any MP3 file that it 40 seconds or less and change the file extension to M4R. Then drag it into iTunes. It will appear under Ringtones and transfer over next time you sync,

  • I have an apple id but ı can not use it for sign in to itunes connect account while publishing my ibook document. Why ı can not login? What can ı do to figure out this problem?

    I have an apple id but ı can not use it for sign in to itunes connect account while publishing my ibook document. Why ı can not login? What can ı do to figure out this problem?

    As note already on the iBA forum [ AppleID for ibooks publishing ], you need two IDs. You can't use your developer ID.
    If you already signed up for books with that ID, you need to talk to Apple to straighten things out.

Maybe you are looking for