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

src\starling\textures\ConcreteRectangleTexture.as, Line 49 1046: Type was not found or was not a compile-time constant: RectangleTexture.

Contributor ,
May 14, 2016 May 14, 2016

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();

    }

}

}

TOPICS
ActionScript
374
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

correct answers 1 Correct answer

Community Expert , May 15, 2016 May 15, 2016

post in the starling forum.

Translate
Community Expert ,
May 15, 2016 May 15, 2016
LATEST

post in the starling forum.

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