markoza1986's Forum Posts

  • 4 posts
  • create object boss at layer (your main layer number , where you player currently is)you must have the boss somewhere outside of visible layer(margins) on start of layout so it can be triggered )

  • a quick way is to set 1 more created object bullet in every 3 seconds event, i mean copy paste the action create bullet in the same event

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • since i also cant post links i did same trick with you https ://www.scirra.com/manual/63/image-points

    Bottom line move the image point close but outside where you want the bullet to come from or even better create 1 more point to do that , but you should read this small manual it will help you in the future is one of the most basics you need to know

  • seems the sprite 11 is the enemy, on line 9 you said create object at image 0 i guess image 0 is in the middle of the sprite so when its created it collides with the enemy, so on line 2 you execute the on collision with enemy to subtract from damage, on line 9 bullet is created inside the enemy so it gets hited

  • 4 posts