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

Roshan123's Comments

Back to Roshan123's profile

I copied the arrow frm blue j terminal and wanted to paste it in greenfoot to show it in world
I think it will show it in terminal which i don't want System.out.println(""+((char)8595)+""); I want arrow to be shown in the world getBackground().drawImage(new GreenfootImage(""+((char)8595)+"",20,null,null)500,500); Will it work ⬆⬆⬆
So will it work by writing GreenfootImage arrow = new GreenfootImage("⬆");
int hex = 8595;// for arrow char ch = (char) hex; System.out.println(ch); Procedure which i followed :- Copy the arrow frm terminal and paste it in greenfoot I don't know but i think its not a gif
And abt arrow.gif Its not a gif Will it work???
Am i permanently banned????
Plz reply it.....
Hey Danpost plz help me They r not approving my last post It was said that the process of approving will be done within 24 hrs but its more then 32 hrs(actually i m scared a little bit) And i swear that i have only posted youtube link of Michael kolling Is their any way to get rid of it( i mean to write a letter or something else)
getBackground().drawImage(new GreenfootImage("arrow",20,null,null)500,500); I copied the arrow symbol frm blue j terminal