Hi, this is my first year of ap computer science principals but I’m confused on how to code. The teacher we have is new and isn’t really good at explaining. I need help 😅
What is wrong with my code? var nrcheck =0 ; onEvent(getChecked("iha1"), "click", function(event) { nrcheck = nrcheck +10; }); setText("text_area1", nrcheck);
The text area will always be 0, I have 10 checkboxes and I want to calculate somehow the percentage of the checkboxes checked. For the rest of the ckeckboxes shall I repeat the same code?
i followed the code exactly but when i run the code and i click the button after the 10 seconds my click count says 0 and idk why its saying that help ASAP
Hey man I want to add a you won a you lost screen, how do i make it if i get a certain score it goes to the you lost screen and if i get a certain score it goes to the you won screen?
I’m trying to make a project similar to this but the target moves around the screen and the player gets to choose their time limit ( it’s is supposed to be like a click accuracy test but i need help)…. can you help me with that?
hello Mr. Fleischman currently I'm work on a small gaming project and i was just wondering is there a way i can track score in the Gaming page WHILE also use a string and shows the" updated" score at another page(result page)? the issue im facing is that when i creat Var=score score =0 and on event click "Fish" score =score +1 to updated LIVE score while user is playing the game however at the ending page if i create a string saying var text= "goodjob your score is" + score. the score doesn't show the updated score and it only shows ZERO. how would you fix this thank you
love the video this worked perfectly for me but i wont to add it to my game and it doesnt work when i implement a back button for example you can play the game once and when u press playagain the game wont start i just wanted to know if theres anyway to fix this issue
when I did the last piece of code the timer does not start when you start clicking it starts when you get to that page and I tryed your last bit of code it would say nan or 0 in the text box
var ClickCount = 0;onEvent("circle", "click", function( ) { setPosition("circle", randomNumber(50, 275), randomNumber(145, 340), randomNumber(20, 250), randomNumber(20, 250));});onEvent("Stop", "click", function( ) { stopTimedLoop(); hideElement("circle");});setTimeout(function() { setScreen("screen2"); setText("countInfo", ClickCount);}, 10000);onEvent("screen1", "click", function( ) { ClickCount = circle + 1;});MY CODE WONT WORK :(((((((((((((((((((((((((((
I am having trouble getting my score to increase by one each time I click
nice video, rashmi mam also explained very nicely in Hindi.https://youtu.be/CCs7RIKIZog?si=ymEzuTzsqhDWRyjY
nice video, rashmi mam also explained very nicely in Hindi.
https://youtu.be/CCs7RIKIZog?si=ymEzuTzsqhDWRyjY
I copied everything you did but it didnt work. I had an error message there is no variable clickcount ?
Hi, this is my first year of ap computer science principals but I’m confused on how to code. The teacher we have is new and isn’t really good at explaining. I need help 😅
What a cool teaher lmao
We want more.
thats nice
Interesting
And video is add this app?
How to get clickcounts on multiple buttons? I’m getting accumulated result instead of each button’s individual clickcounts
I want to add a timer on my app game on multiple screens. How do I do that so the game will be over in 2 minutes
I created my own clicking game but im not sure how i can add an algorithm to it. Any ideas for if statement
What is wrong with my code?
var nrcheck =0 ;
onEvent(getChecked("iha1"), "click", function(event) {
nrcheck = nrcheck +10;
});
setText("text_area1", nrcheck);
The text area will always be 0, I have 10 checkboxes and I want to calculate somehow the percentage of the checkboxes checked. For the rest of the ckeckboxes shall I repeat the same code?
Cool this helped me alot
BRIAN FESHJESH
Mine didn’t show the number! Help!
How do you make it so that when you have multiple buttons they all go to a random location when you click one
Mine keeps clutching wtff
i followed the code exactly but when i run the code and i click the button after the 10 seconds my click count says 0 and idk why its saying that help ASAP
mine doesn't work. here's my link https://studio.code.org/projects/applab/_UXsqNMRNnyDmeh6wvdS5AZV2V3EiHMmMC1cqaO4Kjc/edit
I put everything but it won’t work
Hmm. Does this mean if you click with your finger on moblie it will work?
Hey man I want to add a you won a you lost screen, how do i make it if i get a certain score it goes to the you lost screen and if i get a certain score it goes to the you won screen?
How do I make my button move around 😭😭 helpp plss
I’m trying to make a project similar to this but the target moves around the screen and the player gets to choose their time limit ( it’s is supposed to be like a click accuracy test but i need help)…. can you help me with that?
2:58 / 8:45
mine is changing position hahahahaha!!!!https://studio.code.org/projects/applab/S2DMe9utZZiedHbIqQGMx5WtOAhSptVfHrACdKo_gIQ
look this one https://studio.code.org/projects/applab/S2DMe9utZZiedHbIqQGMx5WtOAhSptVfHrACdKo_gIQ
is there a way to put the timer on the screen so the user knows how much time they have left?
My code keeps jumping from the second level screen, to the last screen and completely skipping two. I don't know how to fix it, I keep trying but the same thing is happening! Please help me
https://studio.code.org/projects/applab/ncxGKPDswgOUxFO9pV9uihA9xTJHE-qq21G9A8YvLdM
70th comment! i love ur vids man!
the text doesnt show a number it only says "NaN
hey sir Im currently doing the project but it won't work, I did the exact same thing as you did but it still won't work
im also new to code.org
Sir is there a way to download the app studio code, so we can do it offline
i wan't a button saying "let's try again!" and if you click it, it will reset the game how do i do that!!!????
the number isnt changing please help. heres the code https://studio.code.org/projects/applab/1o2J8mvQ7TwdhwXOnViSjjuNBwhf6ahHx1KFBliKHxk/edit
hello Mr. Fleischman currently I'm work on a small gaming project and i was just wondering is there a way i can track score in the Gaming page WHILE also use a string and shows the" updated" score at another page(result page)? the issue im facing is that when i creat Var=score score =0 and on event click "Fish" score =score +1 to updated LIVE score while user is playing the game however at the ending page if i create a string saying var text= "goodjob your score is" + score. the score doesn't show the updated score and it only shows ZERO. how would you fix this thank you
it doesnt work
Hunting Fish Game Code
https://youtu.be/IFOq9z02qS8
when, I need the score, It is like: clickCount
Thx it works 😀
thank you!
Sub to me
I needed this so badly
nice
love the video this worked perfectly for me but i wont to add it to my game and it doesnt work when i implement a back button for example you can play the game once and when u press playagain the game wont start i just wanted to know if theres anyway to fix this issue
when I did the last piece of code the timer does not start when you start clicking it starts when you get to that page and I tryed your last bit of code it would say nan or 0 in the text box
Thanks !!
it helped me a lot with my pro games project it is the 2 best game on pro games.