Hello, i have seen on the forums that some people are having trouble with point and click games. my next game im going to make has point and click so i thought i would share.
If you like it please give me a +1.
if(strcmp("Event Actor, relativeTo)==0)
{
relActor=getclone(clonename);
}
else if(strcmp("Parent Actor", relativeTo)==0)
{ // should have a check to see if parent exists
relActor=&parent;
}
// etc...
Users browsing this forum: No registered users and 1 guest