zehlein
04-14-2008, 06:09 PM
According to the manual Collides() should be called with 5 parameters:
list COLLIDES(Sprite, X, Y, CollideX, CollideY)
but the compiler complains about a wrong number of input parameters if I pass 5 parameters (with 4 parameters the compiler doesn't give an error message).
Alain, could you please explain what the CollideX and CollideY parameter is for?
list COLLIDES(Sprite, X, Y, CollideX, CollideY)
but the compiler complains about a wrong number of input parameters if I pass 5 parameters (with 4 parameters the compiler doesn't give an error message).
Alain, could you please explain what the CollideX and CollideY parameter is for?