Discuss Scratch

AirfulGames
Scratcher
100+ posts

How do I say (answer) [solved]

Code:

say [Hello!] for (2) secs
ask [Name me!] and wait
set [name v] to (answer)
say [So my name is (answer)] for (2) secs

Last edited by AirfulGames (Sept. 30, 2021 01:31:11)



My Siggy is too big! Highlight this text and do Ctrl+Shift+Down! (Banner by: bugsky2009)

Generation 9: the first time you see this copy and paste it on top of your signature in the scratch forums and increase generation by 1. Social experiment.

T-rex, the first time you see this add something to the text, without eradicating it. Gen 1

I'm fairly new to Scratch but I'm fairly good.


Hands Down, now!


This is my Guard, Invincible to the Kumquats!

(-o)
(o^o)
Nezon
Scratcher
1000+ posts

How do I say (answer) [solved]

Sorry, but here is a new thing to learn. Please don't create tutorial threads in help with scripts! It can clutter up the forum and it is not that useful. Rather, we go to a topic and answer it. Help centers aren't allowed either.

This is my signature (it goes automatically under every post I make)! Here is a bit of advice on foruming, by the way. Don't do SAND. SAND means four words.
SAND means Spam, Advertising, Necroposting, and Derailing.
Spam is when a irrelevant message is sent to many places. Wiki Article: Spam
Advertising is when you promote your studios and projects. Wiki Article: Advertising
Necroposting is when you post on a old topic. It distracts other helpers! Wiki Article: Necroposting
Derailing is when you post something that is irrelevant to the topic, like minimodding. It is called thread hijacking. Wiki Article: Derailing(Derailing idea comes from this guy),
in the process of leaving scratch.
bob has been hidden again :(

AirfulGames
Scratcher
100+ posts

How do I say (answer) [solved]

Nezon wrote:

Sorry, but here is a new thing to learn. Please don't create tutorial threads in help with scripts! It can clutter up the forum and it is not that useful. Rather, we go to a topic and answer it. Help centers aren't allowed either.

its not a tutorial, I'm stuck


My Siggy is too big! Highlight this text and do Ctrl+Shift+Down! (Banner by: bugsky2009)

Generation 9: the first time you see this copy and paste it on top of your signature in the scratch forums and increase generation by 1. Social experiment.

T-rex, the first time you see this add something to the text, without eradicating it. Gen 1

I'm fairly new to Scratch but I'm fairly good.


Hands Down, now!


This is my Guard, Invincible to the Kumquats!

(-o)
(o^o)
Nezon
Scratcher
1000+ posts

How do I say (answer) [solved]

AirfulGames wrote:

Nezon wrote:

Sorry, but here is a new thing to learn. Please don't create tutorial threads in help with scripts! It can clutter up the forum and it is not that useful. Rather, we go to a topic and answer it. Help centers aren't allowed either.

its not a tutorial, I'm stuck
Ohhhhh, ok, sorry.

This is my signature (it goes automatically under every post I make)! Here is a bit of advice on foruming, by the way. Don't do SAND. SAND means four words.
SAND means Spam, Advertising, Necroposting, and Derailing.
Spam is when a irrelevant message is sent to many places. Wiki Article: Spam
Advertising is when you promote your studios and projects. Wiki Article: Advertising
Necroposting is when you post on a old topic. It distracts other helpers! Wiki Article: Necroposting
Derailing is when you post something that is irrelevant to the topic, like minimodding. It is called thread hijacking. Wiki Article: Derailing(Derailing idea comes from this guy),
in the process of leaving scratch.
bob has been hidden again :(

Wei-ern_520
Scratcher
500+ posts

How do I say (answer) [solved]

AirfulGames wrote:

Code:

say [Hello!] for (2) secs
ask [Name me!] and wait
set [name v] to (answer)
say [So my name is (answer)] for (2) secs

Here:
say [Hello!] for (2) secs
ask [Name me!] and wait
set [name v] to (answer)
say (join[so my name is ](name::variables)) for (2) secs

Last edited by Wei-ern_520 (Sept. 30, 2021 00:51:01)


Please consider checking out my suggestion ->here<-.

Hello, I’m Wei-ern_520, and I will randomly appear in your room! Just kidding, I make rpg engines.

I have no custom pfp, not because I don't know how to make one. I just don't know what suits me best, and I'm just too lazy and prefer sticking to simplicity. Or at least so. I also have the need to trip people with my profile picture. Just wait till it happens.

Fun fact: you don't clean your mess, you move it somewhere else. (Source: somewhere)

Also: Ooh, look at the cheese!
AirfulGames
Scratcher
100+ posts

How do I say (answer) [solved]

Wei-ern_520 wrote:

AirfulGames wrote:

Code:

say [Hello!] for (2) secs
ask [Name me!] and wait
set [name v] to (answer)
say [So my name is (answer)] for (2) secs

Here:
say [Hello!] for (2) secs
ask [Name me!] and wait
set [name v] to (answer)
say (join[so my name is ](name::variables)) for (2) secs

thx


My Siggy is too big! Highlight this text and do Ctrl+Shift+Down! (Banner by: bugsky2009)

Generation 9: the first time you see this copy and paste it on top of your signature in the scratch forums and increase generation by 1. Social experiment.

T-rex, the first time you see this add something to the text, without eradicating it. Gen 1

I'm fairly new to Scratch but I'm fairly good.


Hands Down, now!


This is my Guard, Invincible to the Kumquats!

(-o)
(o^o)
han614698
Scratcher
1000+ posts

How do I say (answer) [solved]

Note that you can put multiple join block inside each other like this:
(join (join [hola] [world]) [world])//will report "holaworldworld"

<Scratch Wikian | Forum Helper | 6000+ Posts>

Credit to -gge for the icons in my signature | I condensed all this code into five lines using [p] tags, idk why




AirfulGames
Scratcher
100+ posts

How do I say (answer) [solved]

han614698 wrote:

Note that you can put multiple join block inside each other like this:
(join (join [hola] [world]) [world])//will report "holaworldworld"

ik


My Siggy is too big! Highlight this text and do Ctrl+Shift+Down! (Banner by: bugsky2009)

Generation 9: the first time you see this copy and paste it on top of your signature in the scratch forums and increase generation by 1. Social experiment.

T-rex, the first time you see this add something to the text, without eradicating it. Gen 1

I'm fairly new to Scratch but I'm fairly good.


Hands Down, now!


This is my Guard, Invincible to the Kumquats!

(-o)
(o^o)

Powered by DjangoBB