AnD4D's Forum Posts

  • My program runs almost exclusively on OBS's streaming platform.

    They do not use module scripts. As soon as this change is made, my project will stop working, locking me to my current version of C3.

    I understand that they're essentially slowing down progress, but I hope you can imagine how concerning this is for me.

    I have to hope I can convince them to update, otherwise the program I've been working on for 2 years straight is essentially dead.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ha ha ha! That brings back memories...

  • Ashley

    I believe there's a bug in C3 where it will keep changing the script type from classic to module without me doing anything to it.

    Sometimes my exported program simply won't work, and when I go back to advanced settings, I see that it's suddenly set to module, rather than classic (I need it on classic otherwise it will not work).

    For some time I thought I was accidentally clicking on it, so I hid the advanced tab, but note that from time to time it still changes.

    Typically when I report a bug, I need to include a c3p of it, but as it's a bug with the GUI, I'm not sure where to post it.

    Would you like me to post it in the usual place, even though I can't provide a c3p?

    I have no idea what's causing it to change. It feels like I'm accidentally pressing a hotkey for it or something...

  • Has anyone figured out a simple way of having a custom movement, or even a moveto behaviour slide along a solid?

    I used to use The Games Factory back in the day, and that managed it with ease. When I try to do it in Construct, my only option is to have the sprite stop. So if I move into a solid, it will not bounce, it will not slide, it simply stops. In order to free it, I have to move 180 degrees from the solid object.

    I'm currently tempted to change the movement to a physics object, because I know that it will slide easily.

    So yeah, anyone figure this out? I've seen lots of people struggling with it in other topics, but I'm currently making complicated systems to achieve what should be easy.

    I've used the Push Out Solid action on the custom movement, and that can teleport me to the wrong side if I turn too sharply (but that's been like this since C2... and that's incredibly not considered a glitch), and it can also do PushOut Nearest, which somehow increases my speed and slides me up very quickly, but down very slowly.

    So yeah... atm, it's not remotely what I'd consider useful, so if anyone has a better idea, I'd love to hear it.

    I'm using a gamepad for control, so 360 degrees of movement, rather than 8.

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I'd like my sprites to appear above the iframe. This used to be possible in Construct 2 using plugins using:

    "z-index:-1"

    If I do this in Construct 3 using CSS, the iframe just disappears (although sound is still played). This is the case even if I set the bottom layer to transparent.

  • I have some friends that stream, I would love to make a little game for them. What kind of capabilities does C3 have with Twitch? can you have the game receive chat commands? how would you do a racing game like those water guns at amusement parks?

    I'm not really sure where to get started, did you end up making a tut? I couldn't find anything on it.

    It's quite capable, but you have to create everything!

    Feel free to check out my code via challacc.com :)

  • Guess not...

  • I'm making a multiplayer project, and some of my peers keep getting kicked, even though I have no actions that trigger a kick.

    I couldn't figure out why they kept losing connection until I created an event that logged a kick, and that keeps happening.

    They try to connect, they immediately get kicked again.

    It would mean something to me if everyone was getting kicked, but it's just some people... and sometimes it works for them, and sometimes not.

    So yeah, just wondering, does anyone know what can cause a kick besides the kick action?

    Tagged:

  • We able to discuss via DMs?

  • Hello, Hope you are doing well, the job is completed or still vacant?

    I'm close to figuring it out, but the job's still available.

  • I feel like I'm wording it incorrectly. People keep telling me why I need a backend, which isn't the question I'm asking, I'm afraid.

    I'm just not sure why Twitch don't offer this, or something that you can just download to your server and use.

    I'm not great at the web side of things.