Hey guys
what i want to do is to have my actor size say 100x100 but the graphic bigger than his size , and i want the collision to be only with the actor size (red square like in the image)
now i have lots of this actors so constraining another actor behind is not an option ,
is it possible?
Roy.
Comments
Actor 2 instance:
Rule (All) Actor receives event : overlaps or collides with Actor1
--Rule (All)
----self.Position.X ≤ scene.Background.Actor1.Position.X+10
----self.Position.Y ≤ scene.Background.Actor1.Position.Y+10
-----initiate event
ah I will email you my try...
MH
self.Position.X ≤ scene.Background.Actor1.Position.X+10
I mean, I can set "self.Position.X" obviously from Actor2's instance, but any referencing to Actor1 seems impossible. Do you still have the code?