Hello, I was just wondering if there was a way to spin the motors in the VEX Virtual Skills while the robot is moving. I tried using a while loop as picture below but it didn’t work. Am I just using it wrong? (Total noob here)
Can you post the rest of your code so we can help better?
Here is the rest of the code. I would like to be able to apply the virtual skills code to our actual robot, hence the comments.
The motors will continue spinning until the stop code is used. In this case use “spin intake motor group forward” and it will spin until “stop intake motor group” is used.
2 Likes
You see the arrows on the right of the blocks? Set those to true before your intake spinning. This means that it will not wait for completion before doing the next thing.
1 Like
This worked for me, thank you very much for your help!