Copy link to clipboard
Copied
Starling framework showing this error in flash professional cs6
i was trying to run the simple starling code . My path was ok.
package
{
import flash.display.Sprite;
import starling.core.Starling;
[SWF(width="400", height="300", frameRate="60", backgroundColor="#ffffff")]
public class Game extends Sprite
{
private var _starling:Starling;
public function Startup()
{
_starling = new Starling(Game, stage);
_starling.start();
}
}
}
post in the starling forum.
Copy link to clipboard
Copied
post in the starling forum.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now