WackyToaster's Recent Forum Activity

  • Considering that we can use objects as particles, that we can then further control relatively easy with events, what is the benefit?

    (Not that I don´t appreciate you developing plugins!)

  • you could check out the polka dot effect (Note that effects can hog a bunch of performance). The game seems to just check the distance and based on distance display different sprites (that would probably be the most efficient in terms of performance)

  • Just in case... you didn't use 'on tap object' but 'is touching object + trigger once' right? Because the tap action has a delay (by design)

    This thread is relevant for me too. I'm also working on a very timing sensitive app and it works on my phone and all phones I've tested so far.

  • This works fine for me. Did you use "set key" instead of "add key" maybe?

  • I see. I remember someone on the construct community discord was tinkering around with this idea, I don´t remember who it was though. I think it could´ve been Skymen.

    But your best bet is actually limiting the amount of layers and handling it like dop2000 suggested. I don´t know what you intend to let people create with it but there is likely an upper limit of layers that a user actually requires.

    It may be possible to create some sort of rudimentary layer system with the z-order of objects. Create a Sprite that acts as a "Layer" and use the Z-Order action to "Move to object > in front" to move it on that "Layer".

  • Iirc it's not possible. What are you trying to do? Showing/Hiding it should be sufficient.

  • You do not have permission to view this post

  • Be careful with those backgrounds, Nintendo isn´t exactly known to take those things lightly, and I instantly recognized them from SMW.

  • Sweet, though I hoped I'd be able to tinker around with it for free :V on the other hand it's probably good that I can't since tinkering means I'm likely not as productive as I could/should be.

    I'll defenitely buy it though once I have something specific in mind or am free for tinkering!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I also don´t know but I think how it works is that you record audio of a room with a sound causing reverb. Then you use this file in the convolution effect and apply it to the sound you want to add the reverb to.

  • progress[value]{
    	-webkit-appearance: none;
    	appearance: none;
    }
    
    progress[value]::-webkit-progress-bar{
    	background-color: #556;
    	border: 1px solid #000;
    }
    
    progress[value]::-webkit-progress-value{
    	background-color: blue;
    }

    I used this plugin to load the css.

    construct.net/en/make-games/addons/317/css

    That beeing said, I always try to avoid having to use dom elements because they have quite a bunch of issues, specifically with browser differences and whatnot. Rather annoying to use.

  • You probably have to do some picking. This should do the trick.

    EDIT: nvm this doesn´t do the trick...

    EDIT2: THIS should now :V

WackyToaster's avatar

WackyToaster

Member since 18 Feb, 2014

Twitter
WackyToaster has 26 followers

Connect with WackyToaster

Blogs