Hello to everybody, my english is not too good, but a will try to explain my problem. my problem is really stupid, im sure.
In my room, if you look the low-right corner you will see a little rat (is the object "oRat")
what i want:
the rat is moving around the room always until the character interact with it
My problem:
the rat not moving at all
i try
Code: ags
nothing happens
i try other codes i see here in the forums, nothing...
i try made a rat character (cRat) and try with code walk... move... fuction repeatedlyexecute... the rat doesnt move, im done.
this is not a hardly thing to do... whats my problem?
In my room, if you look the low-right corner you will see a little rat (is the object "oRat")
what i want:
the rat is moving around the room always until the character interact with it
My problem:
the rat not moving at all
i try
oRat.move(550,266,4, eNoBlock, eAnywhere);
nothing happens
i try other codes i see here in the forums, nothing...
i try made a rat character (cRat) and try with code walk... move... fuction repeatedlyexecute... the rat doesnt move, im done.
this is not a hardly thing to do... whats my problem?