beguinner's Forum Posts

  • I'm working on a template I bought and I was trying to substitute an object on the event sheet with another object but the program doesn't allow it because the new object needs the same behaviors. The original object has "custom movement" as behavior and I can only find "custom" on the behavior list which apparently is a different thing.

  • In the opening menu I have 4 different options: if I select option 1 I want the game to go to layout "game" with event sheet 1, if I select option 2 I want the game to go to layout "game" with event sheet 2 etc. How do I do it?

  • What do you think are the best hosting sites for html5 games?

  • Let's say I have 4 families of sprites and I want to spawn one sprite every x seconds. For the first 100 seconds from the start I want to spawn only sprites from the first family, then after another 100 seconds I want to spawn 80% of sprites from family A and 20% from family B, then after another 100 seconds I wanto spawn 50% of sprites from family A and 50% from family B and the percentage changes every x seconds.

    How would you do it?

  • thanks

  • Looks like I can't properly install the plugin Rex_FSM. I tried and the addon is on the addon manager but I can't open a game which requires it.

  • thanks

  • I got this error on the console log when exporting to iOS:

    main.js:754

    Error exporting: Error: addon 'lunarray_LiteTween' missing file 'c3runtime/behavior.js'

    at window.ayb.G7 (main.js:1924:165)

    at main.js:1923:92

    at Array.map (<anonymous>)

    at window.ayb.i7 (main.js:1923:80)

    at d.Cec (projectResources.js:2803:495)

    at async f6a.lic (projectResources.js:2833:31)

    at async Object.CCG.$oa (main.js:754:144)

    CCG.$oa main.js:754

    I already exported the same project with the addon litetween with a different version of C3.

  • Is there any step by step guide on how to publish a facebook instant game with C3? Lately I'm a bit overworked besides being lazy as usual.

  • Thanks. Would you use arrays also to draw a line with the mouse or touch?

  • Is it possibile to draw a line that also behaves like a rubber band?

    I wanted to create a trampoline-like object with mouse or touch.

    Those capx below are 1) to create a rubber band 2) to draw a line.

    mediafire.com/file/d9byjy8f6nk3rnv/rubber.capx/file

    mediafire.com/file/tsrn8eutej5joww/linedraw.capx/file

  • no one? :-(

  • When I try to archive a C3 file with Xcode I get this error: Command PhaseScriptExecution failed with a nonzero exit code

    what's going on?

  • I've been told that you have to register a iOS running device on your app developer profile. So do I need an iPhone to publish for iOS?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I can't export to ios and the problem seems to be the litetween behavior on the browser console. I'm using a template that uses it quite extensively so replacing it with tween it's kind of a pain in the neck. Is there any way to make it work?