3 Replies Latest reply: Sep 19, 2012 8:23 AM by ron700 RSS

    Toolkit for CreateJs 1.1 uses IE for preview. Can I change that to my default browser?

    ron700 Community Member

      Hi,

       

      My OS is XP (32bit) and my default browser is Chrome.

      Yesterday I installed Toolkit for CreateJs 1.1.

      And I thought let 's taggle the simplest problem first: IE8 is used to preview in 1.1

       

      I wrote some games with the previous version of toolkit for CreateJs:

      http://www.ronaldliauw.nl/bettie/puzzle/

      http://www.ronaldliauw.nl/nudn/woordzoeker/

      and the emeter

      http://watdoejijuit.artofweb.nl/liandon/emeter.html

      The beauty of CreateJs is, these apps run on almost any device except IE8 (without flash).

       

      The other problem I encountered with Toolkit for CreateJs 1.1:

      In a lot of cases I can not address the children of DisplayObjects.

      I get these errors: Uncaught TypeError: Cannot set property 'mouseEnabled' of undefined emeterV1.js:2907

      (undefined refers to a text: this.txt.mouseEnabled = false;

      and can not be addressed because CreateJs added '_1' to the name of the text:

      this.txt_1 = new cjs.Text("100 %", "13px Arial Narrow", "#E74999");

      It also does that with MovieClips.

      I thought maybe now all all the names I use must be unique throughout the entire program.

      But that was not it. Still searching how to solve this.)

       

      Thanx

      Ronald Liauw