Customizing Ladybug Chase

Hi I’m trying to make my ladybug go faster every minute and I was wondering if I coded it right

And I’m trying to make it when the ladybug runs into the frog that it’s game over and the ladybug disappears

Clock3.Timer{
set Frog.Speed to (frog.speed+100)
}

Greetings!
I'm reading chapter no 5 (ladybug chase). In my device ladybug and frog are not moving while I test code many times. Is any problem in my device or something other.
Here is my code.

photo not readable, upload a good one.

Export your .aia file and upload it here.
export_and_upload_aia

Ladybug_Chase.aia (17.6 KB)


You updated the Ladybug Heading twice instead of updating the Ladybug Speed.
Capture

1 Like