Discuss Scratch

FlatHill70
Scratcher
11 posts

BUG WITH IF 2TIMES

My browser / operating system: Windows NT 10.0, Chrome 67.0.3396.99, Flash 30.0 (release 0)

when this sprite clicked
change [ Catalan] by (1)
when green flag clicked
forever
if <[Catalan] = [1]> then
if <[volume] = [1]> then
say [HELLO]
AND MORE CODE....

end

end

Last edited by FlatHill70 (July 26, 2018 20:35:47)

FlatHill70
Scratcher
11 posts

BUG WITH IF 2TIMES

PLEASE HELP ME WITH THIS HERE (removed by moderator - please don't give out email addresses or other contact information)

Last edited by Paddle2See (July 27, 2018 00:20:54)

Mr_PenguinAlex
Scratcher
1000+ posts

BUG WITH IF 2TIMES

? doesn't seem it belongs in this forum. And what's the issue, exactly?

Last edited by Mr_PenguinAlex (Aug. 3, 2018 17:40:53)


FlatHill70
Scratcher
11 posts

BUG WITH IF 2TIMES

Mr_PenguinAlex wrote:

? doesn't seem it belongs in this forum. And what's the issue, exactly?
THAT I PUT IF2 TIMES AND DONT WORK (:
LuckyLucky7
Scratcher
1000+ posts

BUG WITH IF 2TIMES

FlatHill70 wrote:

Mr_PenguinAlex wrote:

? doesn't seem it belongs in this forum. And what's the issue, exactly?
THAT I PUT IF2 TIMES AND DONT WORK (:
The volume variable is probably not set to 1. Try setting it to 1 and then run the script again.

I have about 3450 posts, 90 shared projects, 180 total created/followed topics, and 425 followers.

FlatHill70
Scratcher
11 posts

BUG WITH IF 2TIMES

LuckyLucky7 wrote:

FlatHill70 wrote:

Mr_PenguinAlex wrote:

? doesn't seem it belongs in this forum. And what's the issue, exactly?
THAT I PUT IF2 TIMES AND DONT WORK (:
The volume variable is probably not set to 1. Try setting it to 1 and then run the script again.
ITS A SENSING

Last edited by FlatHill70 (Aug. 7, 2018 17:28:38)

FlatHill70
Scratcher
11 posts

BUG WITH IF 2TIMES

LuckyLucky7 wrote:

FlatHill70 wrote:

Mr_PenguinAlex wrote:

? doesn't seem it belongs in this forum. And what's the issue, exactly?
THAT I PUT IF2 TIMES AND DONT WORK (:
The volume variable is probably not set to 1. Try setting it to 1 and then run the script again.
IF I PUT VARIABLE IF 2TIMES IN SAME BLOCK I PUT VOLUME FOR PUT EXAMPLE
Mr_PenguinAlex
Scratcher
1000+ posts

BUG WITH IF 2TIMES

FlatHill70 wrote:

LuckyLucky7 wrote:

FlatHill70 wrote:

Mr_PenguinAlex wrote:

? doesn't seem it belongs in this forum. And what's the issue, exactly?
THAT I PUT IF2 TIMES AND DONT WORK (:
The volume variable is probably not set to 1. Try setting it to 1 and then run the script again.
IF I PUT VARIABLE IF 2TIMES IN SAME BLOCK I PUT VOLUME FOR PUT EXAMPLE
Okay, geez, stop with the all caps. Try doing this:
when green flag clicked
forever
if <[blippityblorp] = [1]> then
broadcast [blopbloop v]
end
end
when I receive [blopbloop v]
if <[blappityblap] = [1]> then
say [Hello!]
blahblahblah whatever you want to do after that goes here :: pen
end

Powered by DjangoBB