You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-progr...@googlegroups.com
HI Lazeeb. EdgeReached is an event handler of ImageSprite. So subclass ImageSprite and create your object of the subtype, then override the EdgeReached method in the subclass. In that method, put the code for responding to the edge being reached.
Dave
On Tue, Feb 7, 2012 at 9:33 PM, Lazeeb Choudhury <laz...@gmail.com> wrote:
Hi:
Does anybody know how can I bounce a Ball object off the side of the canvas in java bridge?
There is a EdgeReached method but it returns Void...i cannot get it to work.
-Lazeeb