How do I make it so when I beat him I switch levels
@TomSch-mq9gzАй бұрын
I want to give damage with a projectile! How?
@Iamadel144 ай бұрын
can you make one but except, we use a sword?
@Jonathan-eo1os2 ай бұрын
youre a life saver man, thank you so much!!!
@badpennybaddet110311 ай бұрын
So when i place him in the map he doesnt appear ? And also i want to make the Boss without a health Bar so he dies with one bounce BUT the bounce should be very high. Please help
@ramen-g6q6 ай бұрын
1. make sure each sprite has the right variable so the sprites can spawn in. if you are referring to the boss then you HAVE to put the block "call boss" into on start or into change level (if you are following the video block for block) you can find the call block in functions. 2. get rid of all the blocks that say status bar. in the "on sprite of kind player overlaps otherSprite of kind boss" replace the "change statusbar value by" block to a destroy (your boss variable) 3. to make the jump higher, go into the same "on sprite of kind player overlaps otherSprite of kind boss" and change the -70 in the "set mSprite vy (velocity y) to -70" to a larger number and keep the negative sign in front of your new number. hope this helps!!!!