zenox98's Forum Posts

  • There is an Outline effect that may be what you are looking for. The effect can be found here: https://www.scirra.com/forum/effect-outline_t75574

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you don't want any assistance, then why even bother to make such a post?

    Whilst I defend everyone's right to have there own opinion, this post is just pointless if it is just a case of complaining.

    I don't understand why you'd bother.

    Software - every software - has problems and quirks.

  • After you've read and converted, why not just save as json, then import the file into your project. You could then just Ajax request the file and your off.

  • Look below at and you will see 2 options that may be what you want - subscribe topic and bookmark topic.

  • Tom

    When trying to attach a .capx, get the message 'file is empty'.

    Only seems to have started happening recently, as have had no issues previously.

    Others have also mentioned this issue in other threads.

    ** Update **

    Fixing the disk space has remedied this issue also.

  • You could create a group and place comments within the group, then close the group.

  • A0Nasser

    Have you checked for remnants in the 'Users' path, e.g.

    'C:\Users\yourname\AppData\Roaming\Construct2'

    Sometimes there are addons in here.

  • For index, I used the number zero, based on the premise that, like arrays, it will be zero-based.

    ** Edit **

    Just checked, and you if set Filechooser 'Select' property to 'Multiple', then choose more than one image, setting index to 1 does indeed select the second file.

  • Just uninstall C2, delete the old C2 folder that remains, then reinstall. That should remove any non-standard addons. Is this what you mean?

  • Of course you can.

    Please at least take the time to look around the forum and especially the Construct Creations section.

  • I've notified Tom of this as I have recently started getting the same message. Hopefully Tom will be able to check this after the weekend.

  • The error you're getting is probably nothing to do with C2, or far more people would be reporting about it.

    Have you tried the latest beta - r174?

  • You need to provide more clearer information about what you are trying to achieve.

    If at all possible, provide a .capx showing what you have and what you require/expect to happen.

  • The exported games, unless using Node-Webkit, must be hosted in order to have full functionality. Therefore, we generally use a free site such as Dropbox and then just send or provide the public url to the exported game.

    This is all covered in the manual and there numerous tutorials dealing with playing games offline and using such hosting sites as Dropbox.

  • Here's a silly example based on what Ashley as said. Use the Filechooser to select an image, then try a text file. Hopefully all self-explanatory.