Play(); not working

Hi,
So, i was coding an animation’s main menu and when i went to press play on a button it showed the play function ( play(); ) was not defined (Heres a pic )
image

hi!
i think u need to define WHAT u want it to play? im not sure however ^-^
function mousePressed() {
play(‘something here’);
}

play(); has to be lowercase :slight_smile:

3 Likes