On your events for destroy block on hit by the projectile, you can take the Y co-ord of the block at this point and set its value to a global variable. Then you do pick by evaluate, blocks where Y is less than the global variable, moved them down by 1 space i.e. 20 pixels.
There are lots of ways to do this, depends what you want. I see your blocks are immovable so they won't be dropping down with any real physics. When a block is destroyed you can do the following, spawn an invisible detection object OR get the co-ordinates of the block that was just destroyed. Then do a check, any blocks where Y is less than the location of that destroyed block, move them down 20 pixels. The movement down you use set Y to self.Y+20 if they are going to teleport, or if you want to see them move down you can tween the block to self.Y+20 over time.
Ok, that makes sense. Importing to C3 is good but a C2 game that was heavy on the plugins is probably more trouble than it's worth. Try that link, it might help you.
Try this : construct.net/en/tutorials/export-construct-games-2242
Although it's much easier to do in Construct 3 and it looks like you have a Construct 3 license so why are you not using that?
You can use system pick by evaluate : pick all room objects where room.order=start, set a local or global variable to room.pickedcount. Then you say if the local or global variable = 0 (i.e. there are no rooms with order set to start) then restart the process.
Give the tiled background an instance var and number each one 1-9.
Set local variable to choose(1,2,3,4,5,6,7,8,9)
Pick tiled background where tiled background variable=local variable, set player to tiled background position.
It's in a different place, 'Set Boolean' not 'Set Value'.
You do not have permission to view this post
You need to share it as a capx file, not caproj.
I think you should avoid making the camera solid, so what is the situation with the camera being solid for one tilemap, how is that working and what were you trying to do with that? There is probably a way to do the camera without making it solid. Are we talking edges of a tilemap because you can make it stop when it hits certain co-ordinates or go off screen.
The set angle is only affecting the second laser. Call set angle immediately after each spawn.
I saw that but it's not the issue because op is setting angle on the 2nd bullet to 270/move up and moving up is the problem. The bullet must be set to 90 by default making the set angle action the actual problem here but I need the file to verify.
Develop games in your browser. Powerful, performant & highly capable.
Well, this is the Construct 3 forum area so have to assume you are using Construct 3. Share the capx I can probably fix it. I guess you meant one bullet is moving upwards instead of down when its shot from the cannon.
Great! :)
5 years I thought as much :D well keep up the motivation, maybe you can make some good money from this on Steam or mobile at the end, good luck!
Looks nice, good luck with it. I hope it's not too big a scope so you don't finish it haha, it happens! Post in here when the beta testing begins :)