Skip to main content
Known Participant
April 17, 2013
Question

Output as mobile application

  • April 17, 2013
  • 1 reply
  • 375 views

If I already have a game developped in AS3, may I just output it as a android application instead of developping the entire game again? I will match the screen size and so on. Many thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 17, 2013

that's a starting point.  often you'll need to do more because of screensize and user input differences.

as3pandaAuthor
Known Participant
April 17, 2013

For example, if I have a simple addeventlistener(MouseEvent.CLICK,helloworld) how would android handle that? I can't seem to find a tutorial that handle user input.

kglad
Community Expert
Community Expert
April 17, 2013

you can probably use a MouseEvent.MOUSE_DOWN.  but sometimes you have to use TouchEvent's