Tomycase's Recent Forum Activity

  • Hi, can you link a capx or a screenshot of your code so we can help you to find a solution? It all depends of how you managed your typewritting effect; Thanks ~

  • Hi, here is what you can do, imagining you have your files named "soundX" (X being a number as you said) and your variable named "MyVariable";

    Use Audio Play (by name), then type like this : "sound" & MyVariable, and then you have it!

    You can also randomize the sound by making it like this : "sound" & random(0,10)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi, try to give your bat the Solid behavior

  • I noticed it too, I don't know if it's a bug or the way the behaviour is programmed, I guess it plays with the opacity parameter and consider "Stop Flashing" as "put opacity to 100", I admit it is impractical in some cases

  • Hi, to continue from InDWreck post, I would even recommend to have the hitbox as a separated object for a more consistent and easier to manage collision, and pin the sprite to it

  • You can't modify the content inside the files folder, you need to use nwjs and a folder on the computer to do so, but anything in the files folder can't be edited at runtime

  • Here it is, two versions of the example :

    Simple save and load array with Local Storage

    drive.google.com/file/d/1xq6FTed8jhtOrgkKI8yHFUKpXeScQ_u9/view

    More advanced version with content of the array displayed in save slots :

    drive.google.com/file/d/1QbhycuMy43jMu5Pcse-WAi4WaYEzoNsC/view

    Everything should be explained in the files, you're free to experiment with it

  • Hey sorry still not home, I have some travel to do before having access to my comp again, I'll be here by tomorrow

  • It can be made without creating any file tho, with local storage plugin, then you can make a built in save/load interface to load or save your array/dictionary in the computer local storage, I think I already have an example ready somewhere, I'll share it once I'm home

  • Ah you're making a web project, I was assuming you were using Nwjs, in that case the process is almost the same however I'll have to make some research on my own before explaining anything

  • Hi, what the File Chooser does is that once the user selected the wanted file, the plugin will retrieve the path of the file, under the expression ChosenPath, next you can use it with the expression ReadFile and set the content into a variable or an object, for example :

    Object > Set from Json > ReadFile(ChosenPath)

  • I think they meant that they use the Wait action, with a random number value, but anyway I also recommend Timer for events like this, user has a lot more control on it than the Wait action

Tomycase's avatar

Tomycase

Member since 3 Apr, 2016

Twitter
Tomycase has 6 followers

Trophy Case

  • 8-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies