Search found 6 matches

by rrratier
04 Dec 2011, 12:57
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Re: Help with my project!

I fixed the selection problem. To add and subtract from the number you selected, just use the "Number" variable again. You can use variables anywhere in your program, and access the data they carry anytime. I DID IT JUST HOW I WANTED THANKS A LOT When I have everything fineshed i'll send ...
by rrratier
03 Dec 2011, 23:46
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Re: Help with my project!

I have attached the first part of your program. It demonstrates the concept of wires, variables, and simple menus. The program is commented so you know whats going on. You can reuse it with modifications for the second part. Ok, I understood. I think I can do the second part by myself But I need to...
by rrratier
03 Dec 2011, 23:15
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Re: Help with my project!

I have attached the first part of your program. It demonstrates the concept of wires, variables, and simple menus. The program is commented so you know whats going on. You can reuse it with modifications for the second part. Thanks a lot!!!!!!! I'll see what I can learn with it and I'll let you kno...
by rrratier
03 Dec 2011, 22:15
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Re: Help with my project!

The flowchart for that code would look something like this: Loop until enter button clicked { if right button clicked: multiply number by 2 if left button clicked: divide by 2 display number } Loop until enter button clicked { if left button clicked: subtract 50 from number if Right button clicked:...
by rrratier
03 Dec 2011, 00:55
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Re: Help with my project!

What programming software are you using? What exactly do you need help with? Is this project school related? What's a YGO!DuelDisk? Sorry about all the questions, but the better you describe the problem, the more help you'll get. The software that cames with NXT 2.0, the "LEGO MINDSTORMS NXT 2...
by rrratier
02 Dec 2011, 20:25
Forum: Mindstorms Projects
Topic: Help with my project!
Replies: 10
Views: 15725

Help with my project!

Hi, i'm Rafael Ratier and i'm from Brazil I can't program my LEGO Mindstorms to do what its written above I want to do this: A menu with 3 opitions: 2000, 4000, 8000 Starting with 8000, if we press the right NXT button it will become 2000, and if we do it again it will become 4000. One more time it ...