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 ⬆⬆⬆
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
2020/11/30
menu class
2020/11/30
menu class
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld
2020/11/29
Scrolling SuperWorld