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

Roshan123's Comments

Back to Roshan123's profile

Its shooting even if their is an obstacle infront of it
Is it okay? interface Obstacle{} Its working
Ignore the capital letters
Import greenfoot.*; Public interface obstacle{} Class enum or interface required
I mean public interface obstacle {}
In which class will i add that line
addObj(new Obstacle(),0,0); Its giving me error that its an abstract and it cannot be initiated
Did u added obstacle class