AlexSYS's Forum Posts

  • 9 posts
  • Thank you! It is solution for me

  • Hi guys!

    In the scene, I have several objects of the same type, each with a timer. Each timer starts separately. However, only one works - the very first. I tried it in three different ways - the result is one. In the debugger, I see that the timer works for each object, but only one triggers

    Tagged:

  • Thank you!

    First solution is working, but second - isn't

    Help with families, please

    Image with events isn't showing

  • Thank you!

    First solution is working, but second - isn't

    Help with families, please

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys!

    I have the object and need to create copy of it. This is no problem: i'm using Spawn action. But I want to set some properties of new object, how I can change context to new object?

    In text UIDs is same

    Tagged:

  • Hello!

    I've got create simple project with one video file in webm format. Video with alpha chanel. When it play i see all frames. Why? Is it bug of Chrome or Construct 3?

  • Hello!

    I can`t send you private message. Are you free? I`ve got job for you. Send me private message

  • I've export my project into HTML5 web page and publish it/

  • Sorry for stupid question, but I read all than i can found, but I cannot solve my problem, like this

    In C2 i wrote:

    Function "PlayFun" ---- Text.Append Function.Param(0);

    in index.html I wrote:

    jQuery(document).ready(function ()

    {

    // Create new runtime using the c2canvas

    cr_createRuntime("c2canvas");

    if (c2_callFunction) {c2_callFunction("PlayFun", ["param1"]);} else {alert ("Not found function");}

    });

    Finally, I recieve index.html:101 Uncaught ReferenceError: c2_callFunction is not defined

    What I do wrong?

  • 9 posts