VEX Code Text newbie

All,

I am a V5 newbie, who wants to self-learn using VEXCode Text. Is there any resource or website that has complete list of syntax and detailed tutorial of each function?

https://api.vexcode.cloud/v5/html/ is a good place to start.

2 Likes

Welcome to the VEX and VEXForum community! I know you can click on the ? icon in the V5 Text program and it will give you the list of each code.

Out of curiosity, do you know any c++? If you do not, you will definitely want to also learn it as well, not just the specific functions for VEXcode.

This, in addition to these tutorials.

4 Likes

If you know someone that knows how to code well I would go to them. Having some one actually there to explain questions and more is really helpful.

just make sure that you use rotations instead of time. please do not use time. it is so inaccurate. use this instead:

motor.spinFor(3,turns);
1 Like

yeah, you are right, start with c++ might be the first step :sweat_smile:

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.