Discuss Scratch

rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

My browser / operating system: ChromeOS 9901.77.0, Chrome 62.0.3202.97, Flash 27.0 (release 0) every time I try to do my script it keeps adding hi to times! browser / operating system: ChromeOS 9901.77.0, Chrome 62.0.3202.97, Flash 27.0 (release 0)
when [ hi] key pressed
________________________________________________________________________
[img][img]http://u.cubeupload.com/cutekitten123/Screenshot20171224at.png[/img][/img]
add [hi] to [list current text]

Last edited by rainbowlover989 (Jan. 2, 2018 13:46:22)

LordOfMuffins
Scratcher
100+ posts

keeps adding hi two times!

Um, those image files are broken, they're showing up as ripped paper for me.

Last edited by LordOfMuffins (Dec. 27, 2017 00:10:08)



The Furry Fandom
Please consider checking out my animation account, @TheKiingOfMuffins
rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

LordOfMuffins wrote:

Um, those image files are broken, they're showing up as ripped paper for me.
oh, sorry but theres nothing i can do about it.
OskarnikPL
Scratcher
100+ posts

keeps adding hi two times!

Then how are you expecting to get help?

no
rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

OskarnikPL wrote:

Then how are you expecting to get help?
gonna try to upload hose image files again.
SpaceDragon1
New to Scratch
100+ posts

keeps adding hi two times!

What exactly is the bug/glitch here?
mineswaft
Scratcher
13 posts

keeps adding hi two times!

You should upload another image

Hi! I'm mineswaft and I have been doing Scratch for over 3 years! My Scratch skills are basic, so don't ask me for script help! I like video games, my birthstone is garnet, I am a Capicorn, and I like to play video games. I don't like mint, cats, any “cute” animals or writing.

Random specs.
I use Flash 27.0 (release 0). I have a 64 bit Windows desktop that runs at 2.30 gigahertz.


“Whatever.” -me (a lot)
<<<<<<<<> red <>>> red <<<> red <>>>>> red <<<> red <>>>>> red <<<<<> red <>>> red <<<<<> red <>>> red <<<> red <>>>>>>>>
rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

SpaceDragon1 wrote:

What exactly is the bug/glitch here?
keeps adding hi to times! when theres no block in the script telling it to add hi two times!
Charles12310
Scratcher
1000+ posts

keeps adding hi two times!



Fixed it.

There isn't anything on here, however…

Last edited by Charles12310 (Jan. 2, 2018 19:19:35)



A few internet communication companies want to corrupt the internet by getting rid of net neutrality. Stop Them!
SpaceDragon1
New to Scratch
100+ posts

keeps adding hi two times!

rainbowlover989 wrote:

SpaceDragon1 wrote:

What exactly is the bug/glitch here?
keeps adding hi to times! when theres no block in the script telling it to add hi two times!
What is the script? You have to provide more information, or we cannot help you.
rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

SpaceDragon1 wrote:

rainbowlover989 wrote:

SpaceDragon1 wrote:

What exactly is the bug/glitch here?
keeps adding hi to times! when theres no block in the script telling it to add hi two times!
What is the script? You have to provide more information, or we cannot help you.
oh, ok. here is the script:
when [ 1] key pressed
add [hi] to [current text]

Last edited by rainbowlover989 (Jan. 3, 2018 00:07:57)

agentToast
Scratcher
100+ posts

keeps adding hi two times!

Try doing this
when [1 v] key pressed
add [Hi] to [list v]
wait (0.1) secs

so guys we did it.
SpaceDragon1
New to Scratch
100+ posts

keeps adding hi two times!

rainbowlover989 wrote:

SpaceDragon1 wrote:

rainbowlover989 wrote:

SpaceDragon1 wrote:

What exactly is the bug/glitch here?
keeps adding hi to times! when theres no block in the script telling it to add hi two times!
What is the script? You have to provide more information, or we cannot help you.
oh, ok. here is the script:
when [ 1] key pressed
add [hi] to [current text]

agentToast wrote:

Try doing this
when [1 v] key pressed
add [Hi] to [list v]
wait (0.1) secs
Yeah, what is happening is that you press 1, and then the script triggers twice before you lift your finger. @agentToast’s script is on the right track, and you can use that, but to absolutely make sure, you can have it more like:
when [1 v] key pressed
add [Hi] to [list v]
wait until <not <key [1 v] pressed?>>
That should do the trick.

Edit: quote blocks fixed.

Last edited by SpaceDragon1 (Jan. 3, 2018 02:00:13)

rainbowlover989
Scratcher
47 posts

keeps adding hi two times!

yy

SpaceDragon1 wrote:

rainbowlover989 wrote:

SpaceDragon1 wrote:

rainbowlover989 wrote:

SpaceDragon1 wrote:

What exactly is the bug/glitch here?
keeps adding hi to times! when theres no block in the script telling it to add hi two times!
What is the script? You have to provide more information, or we cannot help you.
oh, ok. here is the script:
when [ 1] key pressed
add [hi] to [current text]

agentToast wrote:

Try doing this
when [1 v] key pressed
add [Hi] to [list v]
wait (0.1) secs
Yeah, what is happening is that you press 1, and then the script triggers twice before you lift your finger. @agentToast’s script is on the right track, and you can use that, but to absolutely make sure, you can have it more like:
when [1 v] key pressed
add [Hi] to [list v]
wait until <not <key [1 v] pressed?>>
That should do the trick.

rainbowlover989 wrote:

oh, thx!

Last edited by rainbowlover989 (Jan. 3, 2018 17:17:56)

Powered by DjangoBB