Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我正在开发一款新游戏并决定提出拥有不同敌人的想法 - 但是我是否必须为这些敌人创建多个符号,或者我可以使用那个符号并更改加载到它的图像?
如果是的话 - 我将如何去做?
目前该符号被称为Enemy
Enemy
您的符号必须是影片剪辑。在每一帧中都有不同的图像并通过标签添加。改变你可以调用的敌人:
Enemy.gotoAndStop(labels)// use Enemy.gotoAndPlay(labels) if you want the animated ones.
带标签的是一个字符串。