EncryptedCow's Recent Forum Activity

  • andreyin baterism I forgot to disable the branding logo, and it isnt possible to hide it. I've updated the plugin to remove it temporarily and you can download it from the same link.

  • andreyin No, I haven't posted it yet. The purchasing is broken (broken = im trying to figure out how to do it) and right now I'm finishing up adding the branding logo. But I'll put it up here for now and you can update it when I make an actual post for it.

    Link

    I've included an index.html which is needed to get it to work, so just replace the one that c2 exports.

    Also in there is an example capx so you can see what stuff does.

  • There's an example called Speech Recognition that uses the User Media object to detect words from microphone input.

  • I use Sublime Text 2

  • Take off the de, I don't think he meant to put that.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is anyone still working on this? I've created one for fgl 1.2 that works minified with all the conditions/actions added. But I don't want to post mine if someones already doing it.

  • septeven Ashley thanks :D Everything is working great now.

  • Ashley I've narrowed it down and it doesn't work when minified. This doesn't make much sense though since all I'm doing is referencing a variable in a different unminified file. When minified, fgl is an object, and fgl.crossPromotionEnabled is undefined. When unminified, fgl is the same object but fgl.crossPromotionenabled is a boolean as it should be. Is there any way to fix this?

  • I've been trying for a while now to get the fgl api working in a plugin to use it in games. The new version adds a variable to check if Cross-Promotion is allowed by the host, which I am trying to implement as a condition.

    Cnds.prototype.FGLEnabled = function()

    {

         return fgl.crossPromotionEnabled;

    };

    As far as I can tell, this should work. However the event ends up firing whether or not the variable is true.

    doing console.log(fgl); shows that the object does have the property 'crossPromotionEnabled' and it's true/false at the correct time. But fgl.crossPromotionEnabled just returns undefined.

    I've compared the value in a c2 unrelated script and it works perfectly fine too. It seems to only be in the condition function that it wont work.

    Is this an engine limitation, or am I that bad at programming?

  • Here is a link to join skype group I'm in. It's pretty active with a decent amount of members.

  • That number is collision checks per second, and there are many ticks per second. The checks per tick are ~140 and that's a perfectly fine number.

  • For the horizontal movement I would instead make everthing move left and wrap around the screen so the player stays stationary. And for the flying motion I would use the platform behavior and set the Vector Y when the button pressed. The angle would be some sort of equation based on the Vector Y of the bird.

EncryptedCow's avatar

EncryptedCow

Member since 23 Oct, 2012

None one is following EncryptedCow yet!

Connect with EncryptedCow

Trophy Case

  • 12-Year Club
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Email Verified

Progress

15/44
How to earn trophies