why my second statement its not working ?

hi ,
im currently have a problem with my second if statement ,
im trying using if when changing the pict .
but whenever after first if statement works , my second statement if will not working .
im trying several solution and not working at all
please help

here my code

Hiya,

I’m going to guess that it isn’t behaving like you’re expecting because in your if statements, you’re using the assignment operator (single =) rather than the equality operator (double =)? Also, usually when posting code you want looked at, instead of using an image, you can insert code as text using a little ‘101010’ button. Hopefully that helps. If not, let me know.