06-01-2024, 06:56 AM
(This post was last modified: 06-01-2024, 07:08 AM by 1micha.elok.)
(05-31-2024, 09:00 PM)Marcus Wrote: Here's step 6. ...
I finally knew a trick how to make the pumpkin disappeared without a trace ....
click each image to zoom in
1. before waving the magic wand
2. after waving the magic wand
Code:
function CreatePlayerBullet(id, img, x, y, z, dx, dy, dz)
...
if objs[i].id = PUMPKIN_ID
if .CollidesWith(objs[i])
objs[i].Hit(.dx, .dz)
EA_RemoveObject(this) 'remove bullet
EA_RemoveObject(objs[i]) 'remove pumpkin
break
endif
endif
...
endfunc
Next, I should learn how to code what will happen if a pumpkin hit me directly onto my face ... lol ... and when it happens I don't want to use EA_RemoveObject(Player) ....lol....
Thank you for the step 6, I hope it isn't the final tutorial for the episode of "Pumpkin in a Dungeon" ...