The following message appears in my App whenever I run my app on my phone: "The operation Rotates cannot accept the arguments: , [10]"

My problem is that whenever I try to control the plane and click the buttons "oben", "unten", "rechts", "links" (It's german) the following message occurs: "The operation Rotates cannot accept the arguments: , [10]"

Could one please help me out. Shouldn't be that much of a problem, right? Attached the file:
Airplane_Game.aia (123.3 KB)

You get that error, because the Rotates properly expects a boolean value

From the documentation Drawing and Animation

Rotates
If true, the sprite image rotates to match the sprite’s heading. If false, the sprite image does not rotate when the sprite changes heading. The sprite rotates around its centerpoint.

Taifun

I don't get it. What should I do?

Set it to true and set the Heading property accordingly
Taifun


Where and what exactly? Could you please mark where changes have to be made?


This should get you started.

Where's the difference?

Speed

Thanks