hey, im using game studio at college for my final piece of work but i need to make a block kill you when you toutch it is there anyway of doing this? thanks
Re: how to make a block kill you?
[Re: alex4491]
#134909 06/09/0710:4806/09/0710:48
then in block_event if(event_type == event_entity) && (you == player) //if player touch the block { kill player... f.e. define health and then player.health =0; }
in player loop action if(my.health <=0){end_panel.visible =on;} // you lost or something like this panel
Never say never.
Re: how to make a block kill you?
[Re: tompo]
#134910 06/09/0711:1706/09/0711:17