Computer Science Canada Problem with shooting - probably click problem |
Author: | pttptppt [ Sat Feb 25, 2017 3:15 pm ] | ||
Post subject: | Problem with shooting - probably click problem | ||
What is it you are trying to achieve? When I click, it should fire a blue circle in the direction of the turret (rotated using up/down keys) What is the problem you are having? Nothing happens when I click Describe what you have tried to solve this problem I've tried redoing the program, and changing variable types and what they're assigned. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) The problematic bit is the Shoot procedure. Everything else works as is supposed to
Please specify what version of Turing you are using Latest |
Author: | pttptppt [ Sat Feb 25, 2017 3:42 pm ] |
Post subject: | RE:Problem with shooting - probably click problem |
EDIT!!! SO I STILL NEED HELP!!! BUT by getting rid of the "cls", the blue circle appears. But it doesn't continue moving which is what i need. It's just a static blue circle PLS HELP! |
Author: | pttptppt [ Sat Feb 25, 2017 3:45 pm ] |
Post subject: | RE:Problem with shooting - probably click problem |
OKAY SO i put a loop around the code after "if ball = true then". Problem is the blue dots wont appear until i quit the program. Help? |
Author: | pttptppt [ Sat Feb 25, 2017 4:37 pm ] |
Post subject: | RE:Problem with shooting - probably click problem |
Okay i got it to work. But i have a different problem so ill make a new thread |