hey guys,
how would i turn an object by 30 degrees, which expression would i use? and also what is the method i would use for greenfoor to play a sound? please reply via email, or here
Thanks! It would really help!


turn(30);
Greenfoot.playSound("name.extention");
GreenfootSound sound = new GreenfootSound("name.extention"); sound.play();
sound.pause();