Lancifer's Forum Posts

  • It's probably easier to just create a condition - while button is down. Then add a sub-condition - every X seconds - fire bullet.

  • Actually, the Sphere effect is what you would use. To get the reverse effect, you need to make the Refractive index a negative (-) number. Depending on your layout ratio/size, you would have to play around with the numbers to get it just right.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

    • Post link icon

    We are examining it, or it is very rude not to even make a statement about the problem.

    Right... because we "demand" that staff work the weekends too. Give me a break.

    I'm confident the problem will get fixed as soon as they are able to.

    • Post link icon

    I also did not find a solution

    It's pretty apparent that the solution is to WAIT for Ashley to fix it. There's nothing you can do about it for now. But sure, continue posting the same comment in several threads... 🙄

  • Sorry to hear that. It can't be said enough to always save backups on the cloud and in local folders.

    I have backups for my backups. ;)

    • Post link icon

    It looks like there might have been (or still) an issue with the build server, Ashley

    Tried exporting an apk that I have exported countless times in the past. Got that same error twice.

    Waited a bit and tried again. After the 3rd time, it exported successfully.

    Try again.

  • Your projects are still where you saved them. It just removes them from the recent list. Just open the project again to repopulate it to the recent list.

  • MENU > Settings > SAVE & BACKUP > Clear recent projects

    That will clear ALL recent projects. Not sure if there's a way to clear individual projects.

  • Just set a timer after the initial check. After 30 seconds (or whatever), check for Is Online. If yes, restart timer. If no, disable controls and have a popup, or some other message, asking user to connect.

    This is generally speaking, of course. I have no idea how your app is setup.

  • Hi Aekiro, the plugin is great! How to get the C3 file of The Demo? I want to learn more from the demo.

    The demo file comes with the plugin. It's called "ProUI Demo.c3p". 🙄

    It's one of the first things you see when it's unzipped...

    • Post link icon

    It's great that you're making tutorials to help others. I wish I had the time to do that. Good job.

    I just have a small suggestion. It's your choice to accept it or not.

    Why do you have a question mark (?) in your title? Are you asking for help? Obviously not. One of the most basic skills to learn when marketing/advertising something is how to attract your target audience. You want people to click on your link if they DON'T know how to make responsive layouts. That title only pushes them away. You should get rid of the (?) and add (tutorial) in front of it.

    Other than that, your video is decent and informative.

  • Yes, if someone is navigating a site thru the iframe or creating/destroying the iframe, that does add more complexity. I would have been more helpful if your original post stated that. ;)

    I created a tutorial app that uses thumbnail sprites for loading external videos in a main iframe. Every time the user clicks a different thumbnail, it reloads the main iframe. It's pretty simple.

  • If you have a button that loads an iframe, it should automatically reload every time the button is pressed.