0

由于现在是 Ludum Dare 的热身时间,我想我会确保我刚刚下载的 Flex SDK 工作正常。简短的回答:它没有。

每次我尝试跑步

./mxmlc -compiler.source-path=../../../Flixel/org/flixel ../../../Flash/FindTheLight/src/FindTheLight.as 

我得到:

Config in /Users/jonatannoponen/Developer/Tools/flex_sdk_4.6/frameworks/flex-config.xml loading
/Users/jonatannoponen/Developer/Flash/FindTheLight/src/FindTheLight.as(7): sar.: 36 Error: Baseclass FlxGame definition not found.

public class FindTheLight extends FlxGame
                                  ^`
4

1 回答 1

0

显然,SDK 找不到FlxGame类。你的位置在哪里FlxGame.as?另外,您不认为使用 IDE(例如 FlashDevelop)可以解决您的问题吗?只是好奇。

于 2013-04-21T09:32:39.347 回答