oberbons's Forum Posts

  • 4 posts
  • Local static variable "SecondCreatureUID" contains 171 (From console log)

    I want to pick creature with this uid and it fails. But if I didn't use local variable and just wrote Pick Instance with UID 171 (Instead of using local variable) it would work.

    What am I doing wrong?

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Images, json and other files are available for players. Is it possible to hide them? Is there a more secure way to store sensitive game data (not using json)?

  • Basically you want to use an image that you used on Construct within your site's CSS file?

    In this case the answer is yes. After you have exported the game to HTML5, you will have all the folders/files of your game available. You can then access the folder path where the image you want is located, and use it in any line of code on your site.

    Thanks for reply! Yeah, it will work after export to HTML5, but it doesn't work in preview. But it is very inconvenient to build game every time i want to test game with images

  • I have image "gradient.png" located in Files folder. Can i use it in css file?

  • 4 posts