signaljacker's Recent Forum Activity

  • The detectors don't need to be solid - you can still check for a collision with the enemy and make it react on collision.

  • Hi, I'm not exactly sure what you mean. But your coin has a bullet behaviour applied to it, so when it spawns it starts moving to the right. So maybe remove that bullet behaviour and instead put a pin behaviour on the coin. Then you can spawn the coins and they will hang in the air - then test for a collision - if the coin is overlapping the platform pin it to the platform - it will then move up with the platform.

  • Hi, I've got a save/load system that uses Construct's default state save/load. This is nice and easy to implement and for the most part works really well. However, I'm thinking if I release the game, say on Steam and it needs an emergency patch, if I update the game and then redistribute it - what will happen to my customer's save games? Will they be useless? I've wanted to avoid having to use local storage/dumping a whole load of variables etc - I'll go down that route if I have to though.

  • You can set timescale on a per-object basis. So for example if you have set your main timescale to 0, you could then set certain objects timescales to 1 - so that they can still animate etc. If you look at the attached example the rotating box on the left represents the timescale of the project - when you left click it sets it to 0 but then it sets the box on the right timescale to 1 - so essentially the rest of the game is paused but some elements can be unpaused. https://www.dropbox.com/s/zex0f1wjvybz5pk/pause.capx?dl=0

  • I think it could work in exactly the same way as far as I can tell - there's a video tutorial here for a simon says game in construct, it should be fairly simple to modify that to shapes instead of colours

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Check out Hitfilm 4 Express https://hitfilm.com/express - it's free and very powerful, seems to have a lot less restrictions than some of the other free offerings out there. The workflow is also very good.

  • There's probably a bunch of ways to do this - but here's one. Assuming you're using the standard platform behaviour. Set up a global variable called 'wind' which you can toggle on and off - when it's true set your characters max speed to a low speed and when it's false revert it back to the default. Here's a quick .capx to demonstrate - it can probably be done more efficiently, but it shows a system that works anyway. https://www.dropbox.com/s/oq6uujtldm87aqv/wind.capx?dl=0

  • Hard to tell without looking, but maybe you need to preload your sounds? If you don't do this there can be a delay while the sound is downloaded before playing.

  • It would be great to have this functionality. Flash actually does this really well with its movieclip system whereby you can put as many objects as you like into an invisible container object and then you can move them, scale etc It's really good for workflow. It's odd that something like Construct, which is generally very well thought out is actually very unintuitive when it comes to grouping objects - perhaps there is a good reason for it behind the scenes.

  • I downloaded the huge 1GB download out of curiosity, hoping I could help. Calfuso - I can see that you have put many, many, many hours of effort into this - it's insane - the project is enormous. How long have you been working on it? Unfortunately it has some very big problems at a fundamental level, that will be extremely difficult to fix. I couldn't really make sense of anything in your event sheets as few of your assets have names and there are over 1000 of them, there appears to be many conflicting and redundant actions (one of these is probably causing your animation problems). One huge issue is that the game is not optimized in any way so it has huge filesize and even larger memory footprint - you basically need a supercomputer to run this well. I would very strongly suggest learning about optimization and starting again. What you want to achieve can be done in far less complicated ways, with far less events, far less assets, far less memory etc - if you continue doing it this way you will have a game that no one can play. I've had to scrap a few projects, it hurts, but as long as you can learn something from it - it's worth it.

    Here are some links that I found very useful in helping to understand optimization:

    https://www.scirra.com/blog/112/remember-not-to-waste-your-memory

    https://www.scirra.com/blog/83/optimisation-dont-waste-your-time

    https://www.scirra.com/manual/134/performance-tips

    Sorry I couldn't fix your particular problem, but I really think learning more about optimization and starting again, while difficult now will make your life easier in the future and will make a better game too.

  • Theres a few ways you could do something like this. I would use the pin behaviour initially, and then disable it and apply different velocities to the individual pieces. Eg if you assemble the ship out of the broken parts outside of your play window - then when your main ship is destroyed call an action which pins the ship pieces together (if they're set up correctly on the layout it will pin them as they are layed out) then destroy the main ship whilst swapping out the position of the ship pieces to where the ship was. Then unpin them and apply force to each piece.

  • As far as I'm aware you can't do it with the default audio object, which is a shame. Don't think you can load .wav specifically but someone made a music player using the video plugin instead - so if your samples are encoded in a specific way you could probably make something like a drum machine.

    https://www.scirra.com/tutorials/1232/mixing-the-file-chooser-and-video-plugins-construct-2-music-player

signaljacker's avatar

signaljacker

Member since 10 Aug, 2011

None one is following signaljacker yet!

Trophy Case

  • 13-Year Club
  • Forum Contributor Made 100 posts in the forums
  • RTFM Read the fabulous manual
  • Email Verified

Progress

16/44
How to earn trophies