Sisyphus's Forum Posts

  • Here, i found that i'm not the first person who got this thing worked on pc but not on mobile. And here, i found a possible solution for this, i can't find any other way, sorry.

  • Oh, sorry that didn't work on mobile for some reason, it works fine on my mbp with webcam, but not on my galaxy s3 with cocoonjs, dunno why. Maybe someone else can help.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I want to take a picture with my android phone, using the back camera, and use the picture in my game.

    can i do that with construct, and can anybody show me a working example?

    i am testing on a samsung galaxy s3

    You need to use user media, i try to do it and upload an example later.

  • I can't understand what you want, to show a text with a background on a page, or to make 2 layouts (1 with drawing, 1 with text, and both showing in c2 as 2 tabs)? If first, you need to create 2 layers, on lowest paste your drawing, on highest add text. If you need 2 layout's then in project's window rightclick the layouts folder, and press add layout, then doubleclick the added layout. Or you need to open 2 tabs in browser, not in c2?

  • Thanks for the reply!

    I have this problem with every image I try to edit, not a specifc one.

    Consider the Platform 3 (UI).capx, from the folder examples (from the examples included in the construct2).

    If I try to paint the blue square (player) red then the this error message pop up and the Player sprite will disapear.

    Well, i don't think that it's a bug in c2, because i just try that, and the blue square is painted red succesfully. So it maybe a problem on your side, try to update your graphics card driver to a latest version, update construct 2 to a latest stable version r173, if you had latest drivers and construct 2, then try to reinstall c2. Oh yeah and launch c2 only as administrator and save and open your files only from directories that has no access limits (like desktop). I hope something can help.

  • Can you upload an example capx, and a picture that fails to load, please? It's impossible to understand what is wrong with it, without that things.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • OS: Windows 7

    Version of C2: Release 163 (64-bit)

    What is OS rights to export location? I also program with GameMaker, and I've never had any problems creating games with that.

    Minify: It won't allow me to select that when exporting to Scirra Arcade, but on HTML5, it's automatically checked.

    Maybe reinstall c2 can help, or if you are really using r163, try to update to r173, this may help, i hope. Oh, and launch c2 as administrator, and save your project to the location that has no access limit, like desktop.

  • Sisyphus

    Oh god

    Please give me your capx example if it's still don't work how you want, i'll fix it for you.

  • >

    > > Like the title said, how to add speed/difficulty of the game whenever the player reach certain score?

    > >

    > > thanks

    > >

    > Depends on what your game's speed is based, if on a simple time scale then, if value "PlayerScore" = 100 let's say, then set "System">"Time Scale" to timescale+(how much you want to add to a timescale).

    >

    Here is the condition, the character speed will increase every time player's score incremented by 100, like, 200, 300, 400, ....

    My brain can't think a way to do it

    Okay, and your character speed is based on ... ?

  • Like the title said, how to add speed/difficulty of the game whenever the player reach certain score?

    thanks

    Depends on what your game's speed is based, if on a simple time scale then, if value "PlayerScore" = 100 let's say, then set "System">"Time Scale" to timescale+(how much you want to add to a timescale).

  • I need to move an object to right til a certain point and this object will turn automatically in reverse and move again until it hit another point and the process will repeat infinitely

    Any idea ?

    Well, depends on how you need to do it, many ways. Take a look on my example, that works how you want i guess.