bjadams's Forum Posts

  • Laurent what is the advantage of using Baker over CoocoonJS for example?

  • This plugin is really getting bigger & more powerful!!!!!

    Pode, since my project is now done, and my kid very proudly went to his first day of school showing what he did in summer, I am going to keep my project running as is.

    i will test the whiten feature as soon as i have some time, and see if it offers a better option over what i have now.

    GREAT WORK!

  • Ashley thanks for the clarification.

    Kyatric: Project Files seem to be what I was looking for. thanks a lot, I will give my project another thought

  • C2 can run offline.

    for your book project, i was thinking of doing something similar, but the dilemma i came across is that i have no control when i can load my assets. all artwork and music and sound are loaded at the very start.

    this is good for small books with 10 pages, but story books with lots of artwork and 30 pages, this could be overkill for mobile devices.

    any thoughts?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • so how can i use the special cocoonJS features like camera, ads, from c2?

  • as far as i can understand the project file is for xcode 4.x

    but i could be wrong, i could not find specs of the format!

  • xcode 4.2 works on lion, but with io6 coming soon, if you are going to update go for mountain lion

  • i have tried cocoonJS today.

    exported from c2 and loaded in the ipad player, all works great.

    there is 1 thing i cannot understand. how can i use the special cocoon features like camera, ads, from c2?

  • After a couple of hours of experimentation I found out that on SAFARI, it's the actual SAVE and RESET functions that are slow. The actual TINT command itself is very fast and works time after time on the same sprite.

    I noticed that there is a new Replace RGB command.

    Could it be possible to make another similar command, where ALL the colours of the sprite are REPLACED to 1 single colour (white in my case), but BLACK is PRESERVED?

    If I had this command I could apply this colorizing to turn a coloured sprite back to WHITE without using SAVE & Reset, and then TINT to a new colour!

  • Pode how slow is that? does it take 1-2 seconds or 10-20 seconds?

    I am also experimenting with other options for TINT to avoid save&restore. I will post back my findings later on...

  • second time you apply an rgb tint, it's not working for me on Safari.

    all other browsers work 100%

  • no it was on the same domain.

    it worked fine on all other browsers, apart from firefox, which is very strange.

  • Solution:

    Firefox was not loading the external c2runtime.js

    I embedded the c2runtime.js into the actual html and it worked!

  • I have exported my project to HTML and it works fine on it's own.

    I am now trying to integrate it into my own website by using the jquery .load and loading the contents into a DIV.

    all works fine on chrome and ie9.

    however my project does not start on firefox. it seems that this part is not triggering (I could be wrong though):

    jQuery(document).ready(function ()

    {

    // Create new runtime using the c2canvas

    cr_createRuntime("c2canvas");

    });

    Anyone came across this problem and has possible solutions?

    thanks a lot

  • Do they work with RETINA set to ON too ?