@lafario Once you're back: The link I sent you is a gif, but you'll have to wait a bit until it starts. In the beginning, it's the same as the 2nd image, but then it shows what you have to do.
@lafario Turns out, the game spawns you just slightly above ground. That's why the vizzy thinks you aren't grounded for the first few frames. Putting "Wait 1 Second" in the beginning should fix it.
@lafario I'm not sure about the Drood. As it doesn't seem to have Additional settings (or Tinker panel), I can't think off a way to get its id, or add a flight program. Might be possible by having a look in the XML, but Android doesn't like that.
@lafario Isn't that what you want it to do? You're below the minimal speed and you're in the air, so it explodes. Reply to the Explodes when starting game comment
@TheVizzyLucky Silly me, I want to thank you for you patience with me, As it takes me awhile to learn things, I find it easier to be shown somthing visually while learning. Man I appreciate you so much!
Almost. Just one tiny mistake in the second part of the "Wait until" block: You want it to check if the length of velocity Surface is below 200, your program gets the length of velocity Surface < 200. So, currently, that part looks like this:
(velocity Surface < 200)length
But you want it to look like this:
(velocity Surface)length < 200
@TheVizzyLucky ok
@lafario Once you're back: The link I sent you is a gif, but you'll have to wait a bit until it starts. In the beginning, it's the same as the 2nd image, but then it shows what you have to do.
@TheVizzyLucky Am going take a break for a phew days then we can sort it out
@TheVizzyLucky it's the same as the 2nd image image.
@TheVizzyLucky It says error.
@lafario https://i.im.ge/2025/03/26/p02G8P.az-recorder-20250326-181809.gif
@TheVizzyLucky show me a screenshot of it, So i can copy it, But can you also show it seporated.
@lafario This time it's the first part of the Wait until. You need to put the misc Grounded in a not(), and that not(misc Grounded) in the ( ) and ( )
@lafario Its the bottom image
@TheVizzyLucky ok
@TheVizzyLucky ok
@lafario That's strange, it works fine for me. Could you send me a screenshot of your vizzy again?
@TheVizzyLucky it doesn't work because when i get to the speed I've set it to it does nothing
@lafario Turns out, the game spawns you just slightly above ground. That's why the vizzy thinks you aren't grounded for the first few frames. Putting "Wait 1 Second" in the beginning should fix it.
@lafario Oh, now I get it. I currently can‘t try it myself (makes debugging way easier), but I should know more in a few hours.
@TheVizzyLucky yes but it Explodes when I start a game I ment when am flying and hit a speed lower than 197mph
@lafario I'm not sure about the Drood. As it doesn't seem to have Additional settings (or Tinker panel), I can't think off a way to get its id, or add a flight program. Might be possible by having a look in the XML, but Android doesn't like that.
@lafario Isn't that what you want it to do? You're below the minimal speed and you're in the air, so it explodes.
Reply to the Explodes when starting game comment
@TheVizzyLucky Also how do I made a drood explode using an activation group, With the command disk set as primary?
@TheVizzyLucky ive done it but it Explodes the moment I start the game, I mean if am in flight and I got lower than 197mph???
@TheVizzyLucky so change the 200 to 195?
@TheVizzyLucky Silly me, I want to thank you for you patience with me, As it takes me awhile to learn things, I find it easier to be shown somthing visually while learning. Man I appreciate you so much!
Oh, and there is sth else you forgot: You still need to click on "Activated" (on the last block) and choose "Explode" instead
Almost. Just one tiny mistake in the second part of the "Wait until" block: You want it to check if the length of velocity Surface is below 200, your program gets the length of velocity Surface < 200. So, currently, that part looks like this:
(velocity Surface < 200)length
But you want it to look like this:
(velocity Surface)length < 200
@TheVizzyLucky
It's This craft
After i have done it right I'll do it on the default airplane