Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
that's a starting point. often you'll need to do more because of screensize and user input differences.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
you can probably use a MouseEvent.MOUSE_DOWN. but sometimes you have to use TouchEvent's
Find more inspiration, events, and resources on the new Adobe Community
Explore Now