abigame2018's Forum Posts

  • Hi,

    How can I set "bounce of solid" property of the bullet behavior in runtime? More specifically, I have it disabled at first, but I want to turn it on while playing. It seems there's no action of bullet behavior can do this.

  • Thank you! I would try.

  • Hi. I am trying to create a laser weapon that shoots out laser ray. The ray would go to infinity but be blocked when it hits enemies. My idea is using a sprite for the ray and scaling it, checking if it collides with enemies. But, I dont know how to get the collision point to rescale the laser sprite to (when the ray hits an enemies, it should be blocked at a point on the shell of that enemy). So, how can I handle this problem? Or is there any way better than the way I use?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you, sir! It's worked!

  • Hi, I'm new with C3 and C2. I'm making a space shooting game and get a problem. When destroying enemies, they drop power-up items. These items have many types with different sprites (I've already put them in a family) but have the same effect (2 glowing dots rotating around, which is also a sprite) behind. I'd like to use container to group the effect sprite to each one of item sprite, but it's impossible. The effect sprite can be in only one container. Are there any way to deal with this? Manually creating and destroying the effect sprite is somehow inconvenient.