Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Output as mobile application

New Here ,
Apr 17, 2013 Apr 17, 2013

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

TOPICS
ActionScript
356
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 17, 2013 Apr 17, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 17, 2013 Apr 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 17, 2013 Apr 17, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines