Making iPhone games

1 can flash pro I do games like angry birds. Menus, points and so on.

2 can make games that you can customize the characters with different sprites?

3 can it do like the tamagotchi games where you take care of your character as it grows? Feeding watering and so on.

4. Finally what programming languages do I need to do everything that happens?

Thanks for any help, it will be very appreciated!

1. Yes, with air for ios publish in flash pro

2. Yes

3. Yes

4 actionscirpt 3 (which is similar to the much improved javascript)

Tags: Adobe Animate

Similar Questions

  • It is time to move on? (stop making flash games)

    Hello

    It's time to stop making flash games? am an amateur flash programmer, I used to work with ActionScript 2 and when I decided to start learning ActionScript 3, the artist that I used to work with told me that it is a useless task, it will be a waste of time and it is best to begin work with HTML5, flash cause will die sooner or later specially for mobile device (which is our main platform)

    so my question is,

    I had to move and stop learning AS3? cause I really found it a little bit 'disappointing' (i really like flash) and I saw that Unity3D built-in flash edition that make my opinion of a kinda weird friend.

    Thank you

    then, if you want to target the iOS devices, you must use the html, html5, javascript.

    If you do your animation with actionscript, it is time to stop the use of the flash.

    If you do a little of your animation using the timeline, you can still use flash to create animations flash cs6 (with the extension of the free createJS) and export these animations to be used with compatible with iOS browsers html.

  • Bubble on 6s iPhone games?

    I was rearranging the games apps on my iPhone 6s when rather than pass next to each other, they went on top of the other, and a new folder (bubble) was created with the title 'games '.  Then when you try to move more games in this bubble, a new created bubble itself and is called 'social '.  And it has an application that is not a game.  I would get these games out of the 'social' bubble, then put them in the bubble 'games '.  I tried to jiggle in the thing, but these two bubbles jiggle.  I want to spend a bubble in a bubble 'social' apps 'games '.  How could accomplish this task? Also, I moved a bubble in the first page which is now very comprehensive, but unfortunately, I did not put the social bubble on the first page.  I wanted to move the bubble games, but confused.  Can someone help me with this question.  Do a Google search simply mentions doing the "thing of jiggle.  Do bubbles jiggle is not helped me to get out them of the bubble that was created.

    These "bubbles" are called "folders". You need to return the game out of the Social folder to the home screen and let go. Then, move it in the Games folder. You can also change the names of the folders if you wish. When the file is opened and all the icons are jiggling, the title of the file is editable.

    Good luck.

  • Several Spritesheets making the game unplayable (CreateJS)

    I m working on a game that has a lot of bitmaps (> 1000) which are distributed to more than 2 8Kx8K spritesheets.

    Now animate created a 2nd Spritesheet game became unplayable (from 60 fps to 5 frames per second).

    Now I have to go back to the single image to load, which is a pain, because the loading time was preety much triple.

    Similar experiments by developers who are trying to make a game of medium size with hundreds of assets in canvas?

    PreloadJS preload everything before letting the page start playing, so it wouldn't matter what order things are in. Have you tried a drop down for sizes spritesheet still more small, like 1024 x 1024 or even 512 x 512?

    Some of the advice in this thread can help: aseljs http://stackoverflow.com/questions/11173322/speed-of-large-amount-of-animated-bitmaps-in-e

  • Help, please! New flash making memory game

    To make this memory flash game and im a complete noob so need for help. I need to turn over the cards to 10. I think the card is totalchildren = 10 or something but I don't know. Get errors 1119 and 1120.

    Scene 1, Layer 'layer 1', frame 1, line 179. '1120: access of undefined property reset.
    Scene 1, Layer 'layer 1', frame 1, line 180 '.1119: access of property may not set buttonMode through a reference with static type flash.display:SimpleButton.

    Away3d.cameras import. *;

    Away3d.containers import. *;

    Away3d.materials import. *;

    import away3d.primitives.Plane

    import away3d.primitives.Cube

    Import away3d.containers.ObjectContainer3D;

    Import away3d.core.math.Number3D;

    import caurina.transitions. *.

    Import fl.motion.MotionEvent;

    var scene: Scene3D;

    var camera: Camera3D.

    var view: View3D.

    var totalchildren:int = 10

    maps: Array, var

    var texture: Array = [new texture0 (0,0)]

    new texture1 (0,0).

    new texture2 (0,0).

    new texture3 (0,0).

    [new texture4 (0,0)]

    var backtexture:BitmapData = new textureback (0,0)

    var woodtexture:BitmapData = new texturewood (0,0)

    var cardwidth:Number = 110

    var cardheight:Number = 150

    var xoffset:Number = 10

    var yoffset:Number = 10

    var cardsholder:ObjectContainer3D

    var selectedCard1:Plane

    var selectedCard2:Plane

    var disableMouseEvents:Boolean = false

    function initAway3D (): void {}

    scene = new Scene3D();

    camera = new Camera3D();

    Camera.y = 700

    Camera.z = 500

    camera.lookAt (new Number3D (0,0,0))

    view = new View3D ({: scene, camera: camera});

    View.x = stage.stageWidth/2

    View.y = stage.stageHeight/2

    addChild (view);

    }

    function createGround (): void {}

    var cube: Cube = new Cube ({width: 680, depth: 400, height: 20, a slowdown: true, ownCanvas:true, material: new BitmapMaterial (woodtexture)})

    Cube.y =-20

    scene.addChild (cube)

    }

    function createCard(texture:BitmapData,id:int):ObjectContainer3D {}

    var map: ObjectContainer3D = new ObjectContainer3D()

    var: plan face = new plane ({width: cardwidth, height: cardheight, material: new BitmapMaterial (texture, {smooth: true})})

    var: back plan = new plane ({width: cardwidth, height: cardheight, material: new BitmapMaterial (backtexture, {smooth: true})})

    front.rotationY = 180

    back.rotationZ = 180

    back.rotationY = 180

    Back.extra = {}

    Back.extra.ID = id

    back.extra.targetCard = map

    back.addOnMouseDown (onBackClicked)

    card.rotationZ = 180

    card.addChild (front)

    card.addChild (back)

    card.ownCanvas = true

    return to map

    }

    function initCards (): void {}

    cards = new Array()

    for (var i: int = 0; i < textures.length; i ++) {}

    var card1:ObjectContainer3D = createCard (textures [i], i)

    var card2:ObjectContainer3D = createCard (textures [i], i)

    Cards.push (card1)

    Cards.push (map 2)

    }

    }

    function randomizeCards (): void {}

    var newArray:Array = new Array();

    While (cards.length > 0) {}

    newArray.push (cards.splice (Math.floor (Math.random () * cards.length), 1) [0]);

    }

    the cards = newArray

    }

    function addCardsToScene (): void {}

    cardsholder = new ObjectContainer3D()

    var currentindex:int = 0

    for (var i: int = 0; i < 2; i ++) {}

    for (var b:int = 0; b < 5; b ++) {}

    maps [currentindex] .x = b * (cardwidth + xoffset) + cardwidth/2

    maps [currentindex] .z = i * (cardheight + decalage_y) + cardheight/2

    cardsholder.addChild (cards [currentindex])

    currentIndex ++

    }

    }

    var cardswidth:Number = (5 * cardwidth) + (4 * xoffset)

    var cardsheight:Number = (2 * cardheight) + (1 * decalage_y)

    cardsholder.x =-cardswidth/2

    cardsholder.z =-cardsheight/2

    scene.addChild (cardsholder)

    }

    function onBackClicked(e:Event):void {}

    {if(disableMouseEvents==false)}

    {if(selectedCard1==null)}

    selectedCard1 = e.currentTarget as aircraft

    } else {}

    {if(selectedCard2==null)}

    selectedCard2 = e.currentTarget as aircraft

    waitForDecision()

    disableMouseEvents = true

    }

    }

    Tweener.addTween (e.currentTarget.extra.targetCard, {y: 50, rotationZ:0, time: 1})

    }

    }

    function waitForDecision (): void {}

    var: timer = new Timer (1000,1)

    timer.addEventListener (TimerEvent.TIMER, makeDecision)

    Timer.Start)

    }

    function makeDecision(e:Event):void {}

    if(selectedCard1.extra.ID == selectedCard2.extra.ID) {}

    Tweener.addTween (selectedCard1.extra.targetCard, {alpha: 0 hours: 0.2, onComplete:re moveCard, onCompleteParams: [selectedCard1.extra.targetCard]})

    Tweener.addTween (selectedCard2.extra.targetCard, {alpha: 0 hours: 0.2, onComplete:re moveCard, onCompleteParams: [selectedCard2.extra.targetCard]})

    } else {}

    Tweener.addTween (selectedCard1.extra.targetCard, {y: 0, rotationZ:180, time: 1})

    Tweener.addTween (selectedCard2.extra.targetCard, {y: 0, rotationZ:180, time: 1})

    }

    disableMouseEvents = false

    selectedCard1 = null

    selectedCard2 = null

    }

    function removeCard(e:ObjectContainer3D):void {}

    cardsholder.removeChild (e)

    totalchildren-

    {if(totalchildren==0)}

    trace ("Win")

    }

    }

    function startToRender (): void {}

    addEventListener (Event.ENTER_FRAME, render);

    }

    function render (e: Event): void {}

    View.Render ();

    }

    initAway3D()

    createGround()

    initCards()

    randomizeCards()

    addCardsToScene()

    startToRender()

    reset_btn.addEventListener (MouseEvent.CLICK, reset);

    reset_btn.buttonMode = true;

    If you have not defined a function named "reset", you need to.

    If the reset_btn object is a button (SimpleButton) there no a buttonMode property... it's basically buttonMode permanently.

  • Windows 7 keeps Pro backup making new games to backup every 3-5 days

    I am backup on a network location. Windows backup is a new backup set every 3-5 days. (In Vista, backup did not this... I did manually every month 1-2).

    It's take a lot of hard drive space and does not allow me to keep older backups (and versions of file) as long as I would like. Is there a way to stop the backup to do this automatically?

    Moreover, it happens on both my and my wife's Windows 7 Pro machines. I paid the extra money twice for the right Pro version for this backup app works on my network.

    Is there a setting somewhere that I'm missing? This feature would be nice if he did this every 30 days or more. Not every 3 days. Please notify.

    Thank you.

    I got around that a bit. Here's what I do...

    I have a laptop HD (250 GB) I do a full backup on via USB, including image system, once a month. Then use the NAS (1 TB) disk for daily backups, * NOT * including the image of the system.

    It works much better (without accidents or mistakes of mystery), faster, takes up less space and its backup sets new not create nearly as often. I did this about 3 months now and I'm getting a complete new only once a month right after I save it to your portable drive.

    So, if I get a crash, I can restore from the portable drive frist. Its much faster than over the network as well. Then just update the new or changed files through the network backup.

    Now, just to clarify, you need to change backup settings to local disk backup, USB, then change again once it's done to get on the network.

    My daughter has a Mac. Here's how it saves.

    (1) plug the USB HD it uses for backup.

    (2) IT NOT THERE NO STEP 2! Time Machine does it all. so easy.

    It then, I would like to think I didn't need Windows for some things. Quicken on the sucks Mac, MLS (real estate site) does not work in Safari and Outlook for Mac leave much to be desired. I would like to switch to Mac in a blink of an eye. I can still the next time and dual boot via boot camp, only when I absolutely have to.

  • Help me optimimizate my game

    Im making a game, but do the animation a lot of lag how I optimizate my game?
    I accept the codes without packages

    I devote an entire chapter (56 pages) to the optimization of the game in http://www.amazon.com/Flash-Game-Development-Social-Mobile/dp/1435460200/ref=sr_1_1?ie=UTF 8 & qid = 1389454383 & sr = 8-1 & keywords = gladstien

    It won't be possible to paste into this forum.

    but here's an excerpt from this chapter:

    Optimization techniques

    Unfortunately, I don't know any way completely satisfactory to organize this information. In what follows, I discuss memory management first with sub-themes listed in alphabetical order. Then I discuss the management of CPU/GPU with subheadings listed in alphabetical order.

    This may sound logical, but at least, there are two problems with this organization.

    1. I don't think it's the most useful way to organize this information.
    2. Memory management affects the CPU/GPU use, so that everything in the section of memory management can also be listed in the section CPU/GPU.

    In any case, I'll also list information in two other ways, from the easiest to the most difficult to implement and more for much less.

    Two of these later inscriptions are subjective and dependent on experience developer and capabilities, as well as environmental test and the test situation. I very much doubt there would be a consensus on the order of these lists.  However, I think that they are still valid.

    Easier to the more difficult to implement

    1. Do not use filters.
    2. Always use the reverse for loops and avoid loops and avoid while loops.
    3. Explicitly stop timers for their loan for gc (garbage collection).
    4. Use weak event listeners and remove headphones.
    5. Strictly, type variable when possible.
    6. Disable explicitly interactivity mouse when interactivity smile not necessary.
    7. Replace dispatchEvents by the callback functions whenever possible.
    8. Stop sounds for the sounds and SoundChannels be gc would be.
    9. Use the most basic necessary DisplayObject.
    10. Always use cacheAsBitmap and cacheAsBitmapMatrix with air applications (i.e., mobile).
    11. Reuse objects whenever possible.
    12. Event.ENTER_FRAME loops: use different listeners and different listener functions applied to DisplayObjects as little as possible.
    13. The pool instead of creating objects and gc'ing.
    14. Use partial blitting.
    15. Use the blitting Stadium.
    16. Use Stage3D.

    Biggest advantage less

    1. Use the blitting Stadium (if there is enough memory system).
    2. Use Stage3D.
    3. Use partial blitting.
    4. Use cacheAsBitmap and cacheAsBitmapMatrix with mobile devices.
    5. Disable explicitly interactivity mouse when interactivity smile not necessary.
    6. Do not use filters.
    7. Use the most basic necessary DisplayObject.
    8. Reuse objects whenever possible.
    9. Event.ENTER_FRAME loops: use different listeners and different listener functions applied to DisplayObjects as little as possible.
    10. Use reverse for loops and avoid the do loops and while loops.
    11. The pool instead of creating objects and gc'ing.
    12. Strictly, type variable when possible.
    13. Use weak event listeners and remove headphones.
    14. Replace dispatchEvents by the callback functions whenever possible.
    15. Explicitly stop timers on loan for the gc.
    16. Stop sounds for the sounds and SoundChannels be gc would be.
  • Game Score problem!

    Hi all!
    I'm making a game that is almost finished.

    I decided I would add a note field, so the game is better structured.

    I created the textfield, the textformat object as well... and everything displays fine.

    Variable ther is gameScore as below:

    private var gameScore:int;

    I change this variable through the game and post it to this function:

    public void GameScore() {}
    gameScoreField.text = "NOTE:" + String (gameScore);
    }

    But when I test it gives me no partition at all.

    Anyone of you guys you have an opinion on this?

    Thanks in advance!

    Based on the text of the time, I would say that two your textfields are not quite wide/long to display all the text.

  • How to save the State of a flash cs5 to iphone app

    Hello

    I was wondering if anyone could tell me if it is possible to somehow save the State of a flash application is able to pick up where he was arrested after being closed. For example, is it possible for a user to save games in an iPhone game written in Flash? If Yes, could someone point me in the right direction on the place where to read on how to do it.

    see you soon

    Brendan

    http://www.Adobe.com/devnet/flash/articles/saving_state_air_apps.html

  • Help make a game like Pokemon Trading Card Game.

    Hello! Im a bit new in making flash games. And im trying hard to make a game like Pokemon TCG and I can't find anything on the internet that allows, so can't someone teach me how to make a game like this. Thank you!

    It is very unlikely that anyone will guide you in the development of games here. The forums are good for some well-targeted issues.

    What is your level of knowledge of AS3?

  • HP Envy 17: Reverse the function keys

    Hey guys,.

    My laptop is a very good laptop, with a good graphics card nvidia an i7 cpu and even 16 GB of ram. Even with a 17 inch screen full HD 1920 * 1080, making incredible games! Even GTA V for Pc works quite well on this laptop powerful.

    All of these things are an amazing gaming PC, however, it has a match no one back which makes it almost impossible to play a game with good fluidity.

    Present a defect of fatal game is actually the keyboard, but to be more precise, it is the function keys. The HP Envy 17 has two F1 - F12 and INSERT key. However, these are the secondary keys. Primary keys are keys system that changes the brightness or volume. That means if I want to use F2 in a game, I have to hold the function key, and then press F2.

    This seems minor, but when you play, it can be annoying to have to hold down a function key just to use one of the F keys.

    Dies, does anyone know how to get this fixed and reverse the trend, in this way if I want to cut my cell phone that I have to press the function, then the F6 key. I hope that people know what I mean and please if you know of a fix would be great if you could post it below.

    Thank you
    Connor Burnett.

    Hello

    Yes, I used the F1 - F12 keys on a daily basis for the last 35 years or so, but fortunately I always use external keyboards using laptops (on or off a docking station). You may not share, but disable. Please use the following article:

    http://support.HP.com/au-en/document/c02035108

    Kind regards.

  • Can I keep my music in the cloud of iphone6

    MY store on the iPhone game is 16, but it's full is more iTunes music

    can I store some in my cloud storage and recall when needed

    You can delete the music purchased the device and then download it again when you want to return (if still available), but you can not download to iCloud to use as cloud storage. iCloud is for backups, not for storage of the unit.

    Download your purchases past - Apple Support

  • System Disk Image recovery and system recovery discs discs

    These terms are very confusing.

    I had 3 HP computers to office over the past 15 years and have always comes to an ERD but my luck could escape and I'm going to need one of them.

    However, I'm confused.  I thought that as HP comes with a drive D: original Image, it would be enough.

    I make records of recovery or system disk Image?  Are they the same?  My HP Advisor on this computer again I do "system recovery discs!

    I would really like someone explain (in novice language) which mean the above and what I need to do?

    I appreciate so much people in the help forums, as I learned more from them than books I have.

    Twinkie3

    Twinkie3

    Hello Twinkie3, I suggest making the game to restore HP Recovery disks.  Even if you have the recovery restore D: hard disk partition, it may be damaged or if the hard drive fails and needs to be replaced, you would not be able to access the recovery partition.

    If you have to replace the hard drive, you can only insert disc 1 of the the recovery set and put the system back as it was when shipped. Without these records, you would need to try to acquire at HP for a cost to you, and after a while, they are not available.

    The set of recovery disks cannot be done once and only be used to restore your particular system.

    Normally, it takes 3 DVD discs but can take longer depending on the size of the restore partition.

    The HP advisor don't constantly remind important you to these disk since it's a step in maintaining your system over time.

  • Internet me disconnected, now asks me to set up a network location.

    I was doing some games online about 3 there are nights where I'm disconnected from the internet (not unusual while making online games). However, after restarting my modem to get online a window pops up asking me to choose a network (home, work, Public) location. I've never had this happen before. Usually my internet just works, as soon as I restart it. I am usually connected to "Network 2" and he never asks me on the establishment of a network location. Now, it connects to the "3 network" and forces me to choose a network location each time I restart my modem. In addition, my light on my modem downstream is now orange instead of green, and my internet is running more slowly than normal. I called my service provider and they were absolutely no help. Basically they said that since I was online, everything is fine and not to worry about the light orange and the network window. I'm just worried that I'm connected to a random network of computers or something. My OS is Vista x 64. Any help would be greatly appreciated. Thank you

    Hello

    In the router/MODEM orange light indicates that the there is a difficulty to transfer packets in the network. It might as well be the reason why you are faced with slow speeds. Try to reset the router/MODEM and see if that helps.

    What type of internet connection do you use?

    Try to reload the drivers of wireless network card.

    Uninstall and reinstall the network adapter drivers. Follow the steps mentioned below to do so.

    Click Start > right click on computer > Manage > Device Manager > Expand network adapter > right click on the wireless adapter option > click on uninstall > now go to your computer/wireless device manufacturer's website, download the updated drivers and install them.

    Let us know if that helps.

    Concerning
    Anthony.

  • (fontcache) Svchost.exe using 99% cpu

    Hi, I'm running Windows 7 Ultimate x 64. Randomly, the svchost.exe (fontcache) service will start using 99% of my cpu, everything a lot. Specifically, it starts happening when I play Team Fortress 2, but it also happens while I play the game. During a match, making the game lag, giving me a very large ping 2000ms + and no fps. If I end the process, it stops and is fine. But it could be the cause?

    Common programs, I have running at all times are as follows:

    AVG anti-virus

    Pidgin (AIM client)

    Skype

    Google chrome

    Windows media player

    Any help would be great, it becomes annoying random having my computer be bogged down for no reason. Let me know if you need more information

    Thank you, xJedix

    Hey guys, thanks for the suggestions.  Actually, I found another person who had this problem.  Their solution was to remove the additions of the shell that nvidia added to when you right-click on the desktop and things.  This has solved the problem, at least until now...  It's 3 days now without problem and also fixed my problem Explorer.exe crashing several times when I was reviewing the files :)

    If anyone is wondering how to disable programs that have been added to the hull, use shexview.
    xJedix

Maybe you are looking for

  • Reset Firefox keeps Plug-ins? This is quite serious.

    The question is exactly what I need to know.I have some add-ons that I would install that appear to install but whenever FF is restarted, there is no sign of them. Tab Mix Plus and NoScript are case-specific.I had to do a system restore due to an upd

  • How will I know if other people use my internet?

    We have a vacation spot, we had not been for some time.  When I turned on my computer, it just put me in WiFi without entering the password.  It is password protected, but it was not obliged.  I don't know people in the complex have used my private W

  • Satellite C850 - 19(d) does not start after the UEFI to change CSM

    After wrongly BIOS change between UEFI for CMS, saving changes and leave, after execution of reeboot crazy screen and won't let me access the BIOS or Windows. SUGESTIONS? Thank you by the way

  • HPE-400f: my newly installed SSD storage does not add to the top.

    It shows 176 GB free of 232 GB which is 56 GB used. When I open the player and select the file and click with the right button on properties, it appears than 43.8 GB. Where do I use the extra 12 GB for? I have hidden files and folders showing. Also,

  • 5641R FM-Demod regeneration

    Hello I was the object of a change slowlythe example of FM-Demod 5641R, RF communication, in a libraryFM-Demod/Regen for example. I mainly want to use the 5641R as oneretransmitter with treatment. I have successfully used the 5641R as oneretransmitte