I am hoping for something like:
- Code: Select all
if ("Event Actor" is colliding with "Moster12")
{
do this;
}
else
(
do another thing;
}
Hope that's clear enough. I've searched through the site and script help, but I can't find anything .
if ("Event Actor" is colliding with "Moster12")
{
do this;
}
else
(
do another thing;
}
if(collide.cloneindex<10){
do something;
}
if ('Key Up'=Key) {
if(collide.cloneindex<10){
do something;
}
}
colliding=1;
colliding=0;
if(colliding==1){
do this;
}
Users browsing this forum: No registered users and 1 guest