This site requires JavaScript, please enable it in your browser!
Greenfoot back
kentan
kentan wrote ...

2012/11/21

teleport between pipes

1
2
kentan kentan

2012/11/27

#
Thanks! One more thing. I don't get "getObjectsAtOffset", what i know it is almost same as getIntersectingObjects? Do x and y mean how far from the object it will intersecting?
danpost danpost

2012/11/27

#
With 'getObjectsAtOffset(x, y, class)', which is an Actor class method (executed on an Actor object; henceforth called 'this'), if the image of an object of type 'class' overlaps the point (this.getX()+x, this.getY()+y) then the boolean return would be 'true'.
kentan kentan

2012/11/30

#
thanks you.
You need to login to post a reply.
1
2