How do I learn Flash Game Development?

后端 未结 8 1748
礼貌的吻别
礼貌的吻别 2021-01-30 18:50

I\'m currently a PHP programmer and one of my childhood dreams is to create a game.

The problem is I don\'t know Flash. I\'m not great at drawing stuff or even artistic.

8条回答
  •  自闭症患者
    2021-01-30 19:36

    Flash is a poor programming interface, it is only really good to create your animations, which you can export to a compiled SWC. So, do your programming in another tool, like Flashbuilder (go pure AS projects, not Flex).

    You'll want to use a library, I haven't used any engines for platformer-games like indiana jones. So I can't tell which are any good.

提交回复
热议问题