Flash Alternative for developing app with lots of 2D Animation

First let me say, I know Flash does not run on iPad. And I'm not looking for an alternative to Flash Video.
I want to create an app for the iPad, with a lot of full screen, 24 frames-per-second animation. Basically an interactive Animated Movie, like the game Dragon's Lair, from days of yore.
I know how to do this in Flash, using the timeline and drawing and animation tools, and using Actionscript to track user clicks and trigger events in the movie.
Are there any alternative tools I can use for iPad app development, that will allow me to:
-- Draw directly in the tool
-- Do frame by frame animation in the tool
-- Uses a timeline
-- Uses vector images to keep the file size down
-- Has a scripting language that will allow me to track the user clicking on invisible buttons and trigger new animations?
I've looked at all of Apple's Developer tools for the iPhone and iPad, but they all seem to use Bitmapped Sprites which would make the file size way too big, and animation a nightmare.
Thanks in advance for any help on this.
Message was edited by: shackleram

shackleram wrote:
First let me say, I know Flash does not run on iPad. And I'm not looking for an alternative to Flash Video.
I want to create an app for the iPad, with a lot of full screen, 24 frames-per-second animation. Basically an interactive Animated Movie, like the game Dragon's Lair, from days of yore.
I know how to do this in Flash, using the timeline and drawing and animation tools, and using Actionscript to track click and trigger events in the movie.
Are there any alternative tools I can use for iPad app development, that will allow me to:
-- Draw directly in the tool
-- Do frame by frame animation in the tool
-- Uses a timeline
-- Uses vector images to keep the file size down
-- Has a scripting language that will allow me to track the user clicking on invisible buttons and trigger new animations?
I've looked at all of Apples Developer tools for the iPhone and iPad, but they all seem to use Bitmapped Sprites which would make the file size way too big, and animation a nightmare.
Thanks in advance for any help on this.
Well, there are several 3D game developers for the iOS operating system including EA Sports and id Software's Doom Engine. And in the Apple Software Development Kit for iOS, there are numerous API's for game development. I think you should google game development for the iOS (ipad and iphone), and see what they've got.

Similar Messages

  • IDE for developing apps with Iplanet server

    Hi!
    I am new to iplanet. Can anyone tell me which IDE is best suited to develop applications that use Iplanet web server.
    Thanks
    Krishna

    Hi Krishna,
    The iPlanet Web Server includes a Java container, and expected Java applications to be deployed as packaged war files.
    You should be able to use any standard IDE that allows you to create war archives for your application. Something like Netbeans for example.
    regards
    Tracey

  • What are the Flash alternatives for iphone and ipad?

    Hello,
    I would like to know what could be the Flash alternatives for iphone, ipod, and ipad. I would like to create iphone applications that have 3D animation I usually create with Flash.
    But since Apple does not support the use of flash, I need to know what applications or programming languages I must use to create movies or animations for iphone or ipad.

    I would like to create iphone applications
    Then you need to go here:
    http://developer.apple.com/programs/iphone/

  • How Much space will I need for developing apps

    I will be purchasing a MacBook Air most likely the $1109 with 64GB and 4GB RAM,  I was wondering is 64GB okay for developing apps and personal use.  I use about 18GB on my PC and I'm thinking I'll only need about 20GB MAX more, so 38GB used in total.  Is the remaining amount good for developing apps, excluding XCODE itself, just the coding/ files needed?
    THANKS

    If you need to run XP then since BootCamp no longer supports it, your only choice would be on of the virtual software packages to run Windows.
    Allan

  • Tutorial & Code Sample for Developping Composites with CAF

    Do you have tutorials & Code samples for developping composites with CAF like Webdypro for Java as on this SDN site:
    https://www.sdn.sap.com/irj/sdn/developerareas/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d
    Thanls, regards, peter

    Take a look at https://www.sdn.sap.com/irj/sdn/developerareas/xapps?rid=/webcontent/uuid/7b9b3834-0801-0010-6a9a-dc53e0db37f2">the [original link is broken] [original link is broken].
    cheers,
    Marilyn

  • Can we develop apps with Flash CS5

    Hello,
    I have a doubt, can we make iPhone apps with flash CS5?

    yes, you can but you can't use apples app store for your app without violating their tos.

  • Flash alternative for firefox

    I am running linux
    Because of nice people in adobe I do not install outdated flash player for my system.
    So what I want to know is there a alternative way to play flash videos in firefox using I do not know an alternative open source flash player or something ??
    Thank you in advanced

    Thank you for the reply
    Sadly I do not have good results so far with Gnash and Lightspark.
    as far as I know there is no way to use pepper flash with Firefox. Would be great if I am wrong.
    I think i should give up on this.

  • Possible to uninstall Flash Player for specific browser with Uninstaller program?

    Greetings,
    I'm using a domain login script to deploy Flash Player across 400 or so PCs. Currently the script is set up to run the Flash Player Uninstaller executable prior to running the IE Flash Player Installer executable. The problem with this is that the Uninstaller seems to uninstall Flash Player versions regardless of browser type, whereas the installer is always for a particular browser.
    Specifically, in our environment our supported browser is IE, but we allow users to run other browsers such as Firefox and Chrome (but they must apply security updates themselves). When we deploy a new login script to install the latest version of Flash Player, the typical user will be unaffected because they use only IE. However, users running Firefox will suddenly be unable to use flash after the Flash Player installer script is run.
    So is it possible to use the Flash Player Uninstaller program to uninstall Flash Player for only a specific browser? Alternatively, will Flash Player uninstall cleanly (and the keyword is _cleanly_) if the installer is run without using the Uninstaller program?
    Thank you in advance for your reply.

    You may get a more official reply from Adobe here.
    To the best of my knowledge your observation is correct: the uninstaller tool will always uninstall all installed versions (ActiveX 32-bit, ActiveX 64-bit, plugin 32-bit, plugin 64-bit).
    From my experience, the uninstaller from Control Panel will uninstall cleanly - as long as no browser is running during the uninstall.  With cleanly I mean that no files are left behind; I have no knowledge if there are registry entries left behind (with the uninstaller tool, or with the Control Panel uninstaller).
    For your specific problem: why don't you always install both the ActiveX and plugin for all users? The plugin is just a single dll that is added to the install folder (two, respectively, on 64-bit systems).

  • What programming language should a beginner use for developing apps for mac and I phone etc

    Hi all
    I have just made the transition from pc to mac, years a go I dabbled in visual basic and was going to give it another go but having made the move to mac, now owning an iMac/ iPhone and iPad I am now thinking I would be better off learning a programming language that would enable me to create program's /apps for apple products. Can someone please point me in the right direction.

    If you want to develop apps natively, you'll have to go with Objective-C (language), Xcode (IDE), and the Cocoa Touch libraries. Objective-C is a super-set of C. So, if you've no background in C, start there. In fact, here are three books I recommend:
    Dave Mark, Learn C on the Mac:
    http://www.amazon.com/Learn-C-Mac-Dave-Mark/dp/1430218096
    Aaron Hillegass, Objective-C Programming: The Big Nerd Ranch Guide:
    http://www.bignerdranch.com/book/objective-c_programming_the_big_nerd_ranch_guid e
    Joe Conway & Aaron Hillegass, iOS Programming: The Big Nerd Ranch Guide (3rd Edition):
    http://www.bignerdranch.com/book/ios_programming_the_big_nerd_ranch_guide_rd_edi tion_
    Dave Mark's book covers C, and you probably don't need all of it. Once it gets to really elaborate storage issues (for which you'll end up using Core Data on iOS), you can skim. On the up side, you have some programming experience, which will make learning C easier. On the downside, it's in VB, which isn't as similar to C as most other languages are. But, it's a start.
    Hillegass covers some basic C in his book on Objective C as well. So you might can start with that. The final book only touches on Objective-C lightly and is really about using the iOS frameworks to do real work. It's entirely project based and will get to you building things and testing them and really creating iOS apps.

  • Can I develop apps with a PowerBook G4?

    I had been wondering how to develop an app with a Powerbook g4. Will I be able to?

    As all current development is targeted for Macs with Intel processors--that could be the dealbreaker. You possibly could write the code but would not be able to test it.
    You might consider looking in on the Developers forum here:
    Developer Forums
    to see if someone has actually made this work.

  • What is the best rated flash alternative for iPad?

    What is the best rated alternative for adobe flash for the iPad?
    <Edited by Host>

    If you want ratings, why haven't you gone to the App Store, searched and read the reviews?

  • Can I use the Chrome for iOS app with Chromecast?

    I recently purchased a Chromecast for my home television to see how it stacks up to the Apple TV3 (which I also have). I see very clearly that Netflix and YouTube are well integrated for use with this dongle but I do not see that Chrome for iOS is (on iPhone or iPad). It seems counterintuitive to not have the Chrome iOS app work with Chromecast even though other iOS apps do (Netflix;Youtube). Can anyone confirm or deny whether or not we can, or in the near future be able to, use the iOS Chrome app with Chromecast? It is in this very department that AppleTV has the Chromecast beaten, among others.
    Also, Google Groups seems difficult to navigate in order to post my question there. If anyone has any insight for that as well I would greatly appreciate it.
    Thank you!

    Google has made an App specifically to control the ChromeCast from an iOS device rather than integrating the control into the Browser.
    https://itunes.apple.com/us/app/chromecast/id680819774?mt=8

  • Looking for AIR app with the following features

    This list of functionalities is so common I thought I'd check to see if anyone knows an opensource or even commericial app with the following features.
    Access User's File System
    Drag & Drop Upload
    Does anyone know of an AIR project that already exists?
    I could write this myself but I'd rather not reinvent the wheel with a 2 week deadline.
    Thanks

    Hi A-Mo,
    I'm very sorry that your husband's PowerShot SD1100 IS was stolen!
    The SD camera line has been replaced by the PowerShot ELPH lineup. These cameras are improved in a number of important ways, such as better zoom lenses, and sensitivity to light for existing light photography.
    I recommend that you consider the PowerShot ELPH 310 HS. This camera has an 8x optical zoom lens (vs. 3x for the PowerShot SD1100 IS), has a higher ISO of 3200 (vs. 1600) for low light photography and shoots video in "full" high definition (1920 x 1080 resolution) (vs. 640 x 480).
    Please note: none of the cameras in this group of cameras includes the optical viewfinder you had on the PowerShot SD1100 IS,
    I hope this is helpful.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • I accidently deleted an app with lots of info in it. Can I get it back?

    I deleted an app with financial information on it and I really need it. Is there any way I can recover it with all my original information. I could download it again but my past info wouldn't be available. Help

    Icloud back up?
    ITunes backup?
    iOS: How to back up and restore your content
    http://support.apple.com/kb/ht1766
    MacBook Pro, Mac OS X (10.8.4) 2.4GHz IntelCore i5 320 HD 8GB RAM ParallelsDesktop8.0 iPhone5_iOS6.1.4

  • Configuring socket policy for flex apps(with blocked port 843)?

    We have built several flex-based ecommerce apps for a fortune 500 customer of ours, that for various reasons, we need to use sockets to a different domain and requires a socket policy file, but were having trouble configuring our flex apps for deployment in thier enviornment where they are blocking virtually everything except port 80 . The current documentation in in regards to socket policy files and crossdomain files in a non-standard configuration not using port 843 is not providing any useful help to us.
    Here is the scenario:
    Flex apps are served from domain www.a.com in  to users browsers via http. The apps then make socket connections to domain www.b.com:80 where there are php scripts serving json data to the flex apps via port 80 using http(we use sockets because we need to set and read back http headers). The problem is the flex apps cannot make socket connections to the www.b.com domain without errors like below(unless we setup a socket policy server on port 843 of www.b.com, in which case everything works):
    Warning: Timeout on xmlsocket://www.b.com:80 (at 3 seconds) while waiting for socket policy file.  This should not cause any problems, but see http://www.adobe.com/go/strict_policy_files for an explanation.
    Error: Request for resource at xmlsocket://www.b.com:80 by requestor from http://www.a.com/bin-debug/DownloadManagerFlex.swf is denied due to lack of policy file permissions.
    Error: Request for resource at xmlsocket://www.b.com:80 by requestor from http://www.a.com.us/bin-debug/DownloadManagerFlex.swf is denied due to lack of policy file permissions.
    Since we cannot use port  843 for the socket policy file server, we setup the socket policy server on a different ip in the same domain: spf.b.com:80 (using the sample perl code Adobe provides), and per the docs(cited below), use Security.loadPolicyFile("xmlsocket://spf.b.com:80") before we invoke "socket.connect", to supposedly tell the flash player to check there for the socket policy file. The problem, as you can see from the error log, is that the  loadPolicyFile("xmlsocket://spf.b.com:80") is ignored.
    No matter what we do or how we set things up, we cannot get the flash player to recognize the loadPolicyFile(), it always wants to go to the port were making the socket connection on. It is unclear how to properly configure the flex app, socket policy file and crossdomain file for the above scenario. The docs allude to being able to serve  the socket policy file from a different port 80 in the same domain as the socket connection were trying to make, but were having no luck with that.
    ->Can anyone shed some light on how to make this work or what are we  missing/doing wrong? Also, if we can get this to work, are we  stuck with a 3 second delay because this(very large) customer is blocking port 843?
    As an aside,  the documentation for all this is a bit scattered, unclear and contrdictory:
    One document says:(http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_07.html)
    "This warning usually means one of two things: first, that you need to set up a
                socket policy file server on port 843, which is the first location that Flash
                Player checks by default; or second, that you need to provide more explicit
                guidance to Flash Player from ActionScript by calling loadPolicyFile to indicate the location
                of a socket policy file. When you call loadPolicyFile rather than allowing Flash Player to check
                locations by default, Flash Player will wait as long as necessary for a
                response from a socket policy file server, rather than timing out after 3
                seconds."
    Another document says(http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html):
    "If an ActionScript Security.loadPolicyFile() command exists within               the SWF file, then the Flash Player runtime checks that location. Flash Player checks               the destination of the loadPolicyFile() only after it has checked the               master policy file on port 843 for permission to acknowledge other policy               files. If the developer has not specified a loadPolicyFile() command,               then Flash Player checks the destination port of the connection."

    I found the reason why the Flex application was ignoring the socket policy (crossdomain.XML). I have a policy server that listens to port 843 and submits the policy to the Flex client. My policy was getting ignored by the Flex application and I was getting the sandbox security error you were getting. The solution to this problem isto write a null byte right after the policy server sends the policy. I'm using Apache Mina that is wrtten is Java and the null byte is written as follows:
    public void sessionCreated (IoSession session)
            throws Exception
            session.write(_policy);  -- > policy string
            session.write("\u0000"); --> null byte
             //session.close(true); ---> No need to close the session because it is closed by the Flex client after it receives the null byte.
    Now my Flex application can read and accept the policy from port 843 and I'm not getting more security violations.
    Thanks for your reply,
    Alberto

Maybe you are looking for

  • Cannot open table in sql server management studio express

    Hello all. I have uploaded a table into sql management studio express. However, when I right click on the table and try and open it, I get an error message saying; "SQL Execution Error. Executed SQL statement: select columnName1, columnName2 etc....

  • Iphone "drawing too much power"

    Had my macbook for 7 months and my iPhone for 4 months. Everything has worked OK with my macbook and Iphone 3G until now. (Apart from the speed issue with iOS 4.0). Then yesterday the phone could no longer connect to Itunes and I got the following er

  • ColdFusion-generated PDF displays incorrectly in Firefox / Adobe Reader 10.1.2.45 add-on

    Hi, We have some ColdFusion pages which output PDFs of some HTML tables (CF does this by using <embed type="application/pdf">). It seems to display correctly in a range of browsers, except Firefox with Adobe Reader add-on v10.1.2.45. It works on the

  • How do I get my iTunes album purchase to finish downloading?

    My challenge is much the same as Greg's dilemma. I've never had a problem before either. In the middle of the album, it began the next song (#14), then stopped a third of the way in and would not continue the download. I've tried all the suggestions

  • Java.util.Stack trouble

    I'm using a java stack in a class that places a user defined Object into the stack. I have overriden the toString method for my Object, named ParserStackNode, but when I print out the stack i get ParserStack follewed by an address, ie @69b32. Any ide