A
A
Alexander Sharomet2016-08-20 14:26:41
Programming
Alexander Sharomet, 2016-08-20 14:26:41

Why does this error occur in Flash, starling framework?

Hello.
Installed the Starling framework to work in adobe flash professional.
The first script gives an error.

E:\StarlingFramework\starling\src\starling\events\TouchProcessor.as, строка 116, столбец 35 1061: Обращение к возможно неопределенному методу removeAt через ссылку статического типа __AS3__.vec:Vector.<starling.events:Touch>.

package  {
  import flash.display.MovieClip;
  import flash.events.Event;
  import net.hires.debug.Stats;
  
  import starling.core.Starling;

  public class Game extends MovieClip {
    private var myStarling:Starling; //тут ошибка
    public function Game() {
      //myStarling = new Starling(Iniciar, stage);
      //myStarling.start();
    }
  }
}

I can't figure out what is the problem?
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sharomet, 2016-08-20
@sharomet

Requires Latest Flash player or Air 19
forum.starling-framework.org/topic/updating-to-sta...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question