Skip to main content
Participant
September 1, 2014
Answered

Android Flash Game Development

  • September 1, 2014
  • 2 replies
  • 952 views

Hey guys, can someone help me?

i have a game project to build, but i have a question, can i build this game on actionscript 3 and port to android without problems?

I'm worry about the performance, i have heard some bad things about the adobe air.

I thought: i will make native, but i know about the time that i will get to finish that game, with native android/java will be long time, but flash i know that will be quick.

So, i want to know if someone with experience with android flash games can say something to me about this.

Thanks

This topic has been closed for replies.
Correct answer kglad

flash does a pretty good job publishing for android.  it's certainly easy.

so, my suggestion is to try it.  to be sure the android platform is much weaker than the desktop you use for developing your android game so you should frequently test on an android device.

and remember to use cacheAsBitmap and cacheAsBitmapMatrix appropriately.

2 replies

Participant
September 1, 2014

Thanks kglad. I'll try it

kglad
Community Expert
Community Expert
September 1, 2014

you're welcome.

Participant
September 1, 2014

kglad, have you some example or some tutorial to me try make a game?

I have a app here, but they are with a lag. Did you know say why?

Thanks

how can i put my apk and my fla here?

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
September 1, 2014

flash does a pretty good job publishing for android.  it's certainly easy.

so, my suggestion is to try it.  to be sure the android platform is much weaker than the desktop you use for developing your android game so you should frequently test on an android device.

and remember to use cacheAsBitmap and cacheAsBitmapMatrix appropriately.