filos wrote:Thanks! for your reply , Itomi
Not at all, Filos!
filos wrote:I thought that this engine was abandoned
Yes, maybe the developing of Game-Editor stopped, but there is a great tool. And you can continue its developing, if download the source code.
However maybe some functions are unfinished(?) yet - or only I don't understand its logic correctly. For example, I would like check the actors in a certain position before moving away the player actor:
- Code: Select all
strcpy(collobj,getactor(x,y+height+4)->name);
but I can't evaluate the result, because I don't know how can be? If I check as a string, the player always go through the walls. If somebody could explain me functioning of
getactor(), I would happy...