Is there a way to write a method that will return true or false values depending on the bass kick in a song that is played. I want to make that my objects change pictures based on music...
sth like this...
boolean bass()
if (bass kick) return true;
else return false;
class object ext Actor
greenfootImage pic1 = .......
greenfootImage pic2 = .......
if (bass()) setImage pic1
else setImage pic2
Just give me a clue from where to start, cuz I've got no idea how to make this happen..
I'll be extra happy if someone help me, if not, never mind... :)

