Mimiste's Forum Posts

  • Hello

    You have to make a "for each loop" on object1 and now you can pick the nearest object2 in a sub event. Be careful of the origin point of your objects.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Families and containers can help you achieve this but I admit it's not as practical as a "MovieClip" in Flash for exemple.

  • Seems like the problem is related to the graphic card used when launching Construct 2

    I'm using for work a laptop with switchable graphic card

    I dont know why but a recent W10 update messed with the switch functionnality of the graphic card and it was only using the "intel HD 3000" and not the Radeon

    I reinstalled the drivers and set the Radeon as default graphic card and now it's working.

    If I switch to the intel HD, I have this error when opening a layout

  • hello

    I have the same error since today on Windows 10 pro too.

    I can open capx but can't open any layout in the editor. It crash with this error.

    And so i can't open capx where a layout was opened.

    graphic drivers are up to date

  • up thanks

  • Hello

    I have a problem with physics behaviour and i hope someone will be able to help me

    I created two ropes (thanks to a method by R0j0) and attached the last part of the ropes to a sprite but it's really not working as i expected...

    Here is the capx, you'll understand what i mean...

    https://dl.dropboxusercontent.com/u/5129970/constructforum/rope%20panel.capx

    Thanks

  • Hello,

    yes i found a solution... Not a really good one but at least it's working for now.

    After exporting my project, i opened c2runtime.js (not minimified) and deleted the lines of code setting the crossorigin of a loaded url to anonymous (search for "anonymous" in the code). And after that, the game is loading fine on any LMS i tried (moodle, scorm cloud)

  • Hello

    I have a problem using an exported C2 game into moodle (a learning management system).

    The problem is that the game is not loading. In the chrome console i can see errors loading images.

    Error loading image 'http://127.0.0.1/moodle/pluginfile.php/25/mod_scorm/content/2/images/titlebar-sheet0.png'

    For every images of my game.

    If i follow the link, the image exists and is displayed correctly in the browser.

    I tried an other LMS, "scorm cloud" for exemple and it is the same.

    If i run the game directly on a web server, it works fine.

    Does someone is able to run a C2 game in an LMS correctly ?

    thanks

  • cute and colorful I love it ;)

  • You mean, if we have object A and the player press 1 and 2 at the same time ? No it's impossible

  • Yes, every country (okay, not a lot of countries) with an AZERTY keyboard layout dont use the WASD for movement but ZQSD. So if I found a game where the WASD layout is hard coded and without the possibility to change it, the game is just unplayable for me.

    So definitively you really should create an option page where the player can change every key :)

  • looks great, I love that kind of games. I voted on greenlight

  • thanks :)

    I hope to show some updates soon

  • Here is a little recording of a forest (not finished) created for my game (it will be a platformer)

    http://youtu.be/eHwQWmXPJVM

    [TUBE]eHwQWmXPJVM[/TUBE]

  • I think he have objects called pointpath1, pointpath2, pointpath3 etc... for exemple and try to access the X value of these objects so he try to concatenate strings to form a variable. He have to use an array to do that