danuyos's Forum Posts

  • the first line, set animation speed to 0

  • if you have a license you can try placing the 4 objects into a family, and compare (I don't know what) the clicked object with the family.

    If you don't, try using 2 global variables.. set them when the objects appear/are created, one per object.

    Since I don't know what you are trying to compare, or what to do next I can't give you a practical answer...

    You can also use the "pick all"condition and referece the 4 objects, then check the variable

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hi, try using the "set angle of motion" and activating/deactivating the "set angle" in the properties of the behavior

  • webstorage stores data in the browser, not in a server as far as I know, if you save it local it will stay there until the browser's cache/cookies is cleaned, if saved session, data will be lost when closing the browser

  • what do you want to achieve?, do you have 4 instances of the same object or 4 different objects?, don't get confused, they mean 2 different things?

  • It has to be done manually I think, just open the existing proyect, create a new one and copy/paste first all the objects, then add the non visual objects(keyboard, browser, mouse, etc) and last copy al the events into the new event sheet

  • Hi, you can do this:

    Have just 1 object for blood, but the 2 differentes sprites as frames in the animation... set the animation speed to 0.

    then create that object (blood) and "set animtion frame" to choose(0,1) that will choose either frame 0 (blood 1) or frame 1 (blood 2) and that's all.

    one more thing, it's easier when uploading files to save as capx.

    good luck

  • if I'm not mistaken, use the BROWSER object to load a file... that file must be in your FILES folder under your project structure.

  • load function only accepts previously saved arrays in json format, so you might have to populate the array manualy once, then save it as json file, and then use that file to load.

  • the maximun width of your game window should be no more than 800px. did you check that?

  • You mean something like this? https://dl.dropboxusercontent.com/u/103248101/Construct/index.html

    just move your mouse over..

    ONLY works in Firefox, Chrome doesn't support the effect

  • probably applying the effect to another sprite on top of the one you want to affect

  • use the facebook object or search facebook plugin, which has more advanced features

  • did you expect something different from the title? hahaha Merry Xmas to all users.. and for those that doesn't celebrate have a nice day too!

  • which format are you using, mp4 or ogg?.. chrome doesn't reproduce mp4 I think.