Discuss Scratch

UndertaleCoolFan
Scratcher
3 posts

Undertale Battle Creator

UnlimitedJokinha wrote:

poptropica30319 wrote:

BUUUUUUUUUUUUUUUUUTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT (can u plz add a fart attack


when green flag clicked
make your own [attack v] if you want to
You can make your own attacks.
Cool,right?
Just make a fart attack.
(tutorial in the editor)



when green flag clicked
repeat until <[attack] = [good]>
try again
end
[/quote]

move away (505) steps
Zonic405
Scratcher
11 posts

Undertale Battle Creator

how do you use act?
TheEnderEngineer
Scratcher
4 posts

Undertale Battle Creator

Can anyone say how to switch from players turn to enemies turn?
UnlimitedJokinha
Scratcher
100+ posts

Undertale Battle Creator

TheEnderEngineer wrote:

Can anyone say how to switch from players turn to enemies turn?

Um…

.
.
.



JUST PUT ATTACKS BOI
IF THERE AREN'T ATTACKS THE ENEMY WILL BE JUST A DUMMY

say [I'm outta here.]
repeat until <touching [edge v]>
move (10) steps
end
hide
stop [all v]
UnlimitedJokinha
Scratcher
100+ posts

Undertale Battle Creator

Zonic405 wrote:

how do you use act?


when green flag clicked
check if <[act]>[0]>
broadcast [Ready! v]

when I receive [Ready! v]
go to [ACT button v]
wait until <key [z v] pressed?>
broadcast [Use ACT v]

when I receive [Use ACT v]
press [z v]
broadcast [Use ACT again v]

when I receive [Use ACT again v]
use act (pick random (1) to (numberofacts))

Welp,I think that's it…


If you STILL need help,tell me,@pococikapusta or anyone else.

btw watch underfail
Just kidding,do whatever you want.



BYE BOI!
Mermadon
Scratcher
2 posts

Undertale Battle Creator

when green flag clicked
([scratchblocks]
)[/scratchblocks]
say [LOLLOLOLOL]
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

Mermadon wrote:

when green flag clicked
([scratchblocks]
)[/scratchblocks]
say [LOLLOLOLOL]

Please do not spam scratchblocks.
terrahero99
Scratcher
13 posts

Undertale Battle Creator

hey can anyone tell me how to make my boss say a new quote after every attack and also how to add a song to the boss i want to add coffe k's dynami to my 50 projects specal boss
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

NOTE: This is for the guy above this post, I forgot to quote him.
1. To make your monster say something different every turn:
define Put attack 1 here!
if <(g.turncounter) = [turn]> then
Put your attacks here, and make a new g.turncounter block here every time you need another turn.
end
define Put attack 2 here!
Put attack 1 here!
define Put attack 3 here!
Put attack 1 here!
define Put attack 4 here!
Put attack 1 here!
2. To add custom music, download the MP3 file of the song you want and upload it to the Custom Music sprite.
When you're finished, could you link me to your project? I'd love to see it.
Also, replace turn with the turn number.

Last edited by Picasso1025 (Oct. 24, 2016 19:14:21)

terrahero99
Scratcher
13 posts

Undertale Battle Creator

Picasso1025 wrote:

NOTE: This is for the guy above this post, I forgot to quote him.
1. To make your monster say something different every turn:
define Put attack 1 here!
if <(g.turncounter) = [turn]> then
Put your attacks here, and make a new g.turncounter block here every time you need another turn.
end
define Put attack 2 here!
Put attack 1 here!
define Put attack 3 here!
Put attack 1 here!
define Put attack 4 here!
Put attack 1 here!
2. To add custom music, download the MP3 file of the song you want and upload it to the Custom Music sprite.
When you're finished, could you link me to your project? I'd love to see it.
Also, replace turn with the turn number.



yea but how do i upload the thing to the custom music spirte
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

terrahero99 wrote:

Picasso1025 wrote:

NOTE: This is for the guy above this post, I forgot to quote him.
1. To make your monster say something different every turn:
define Put attack 1 here!
if <(g.turncounter) = [turn]> then
Put your attacks here, and make a new g.turncounter block here every time you need another turn.
end
define Put attack 2 here!
Put attack 1 here!
define Put attack 3 here!
Put attack 1 here!
define Put attack 4 here!
Put attack 1 here!
2. To add custom music, download the MP3 file of the song you want and upload it to the Custom Music sprite.
When you're finished, could you link me to your project? I'd love to see it.
Also, replace turn with the turn number.



yea but how do i upload the thing to the custom music spirte
Go to the Custom Music sprite in the project, click on the folder with the up arrow, and then choose the file from your computer.
Mermadon
Scratcher
2 posts

Undertale Battle Creator

terrahero99
Scratcher
13 posts

Undertale Battle Creator

Picasso1025 wrote:

terrahero99 wrote:

Picasso1025 wrote:

NOTE: This is for the guy above this post, I forgot to quote him.
1. To make your monster say something different every turn:
define Put attack 1 here!
if <(g.turncounter) = [turn]> then
Put your attacks here, and make a new g.turncounter block here every time you need another turn.
end
define Put attack 2 here!
Put attack 1 here!
define Put attack 3 here!
Put attack 1 here!
define Put attack 4 here!
Put attack 1 here!
2. To add custom music, download the MP3 file of the song you want and upload it to the Custom Music sprite.
When you're finished, could you link me to your project? I'd love to see it.
Also, replace turn with the turn number.



yea but how do i upload the thing to the custom music spirte
Go to the Custom Music sprite in the project, click on the folder with the up arrow, and then choose the file from your computer.


thanks but i have the that now has custom music heres the links
https://scratch.mit.edu/projects/126247354/
https://scratch.mit.edu/projects/127224928/
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

NOTE: This is for a comment I found on the USBC. I directed the person to this link.
when green flag clicked
forever
if <(g.turncounter) = [insert turn number you want error sans to take 999999 damage here]> then
set [g.dmg_deal v] to [999999]
end
end
_tEM_shOP_
New Scratcher
1 post

Undertale Battle Creator

cAN u teLl tEM hOw tO gEt rAInbOW tEXt?????????
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

_tEM_shOP_ wrote:

cAN u teLl tEM hOw tO gEt rAInbOW tEXt?????????

NOTE:Only works for menu text.
Before your text, put &rainbow& .
opic23
Scratcher
36 posts

Undertale Battle Creator

b

Mermadon wrote:

Your text to link here…
best link eva
Picasso1025
Scratcher
20 posts

Undertale Battle Creator

YolomasterUndertale wrote:

hey pocopasta, can you add dogbass? meh. i thought i would fit in. also did you forget Ghost Fight?

Poco said that he wouldn't add any more music because the project is pushing maximum size (even thought Dogbass is like 7 seconds long), but you can add your own music by downloading (or legally purchasing) an MP3 file of the music you want and uploading it to Scratch. Also, I'm pretty sure Ghost Fight is in the Battle Creator, but don't quote me on that.
terrahero99
Scratcher
13 posts

Undertale Battle Creator

Picasso1025 wrote:

YolomasterUndertale wrote:

hey pocopasta, can you add dogbass? meh. i thought i would fit in. also did you forget Ghost Fight?

Poco said that he wouldn't add any more music because the project is pushing maximum size (even thought Dogbass is like 7 seconds long), but you can add your own music by downloading (or legally purchasing) an MP3 file of the music you want and uploading it to Scratch. Also, I'm pretty sure Ghost Fight is in the Battle Creator, but don't quote me on that.

hey did you ever see those custom music boss fights i sent you
benjaminpants
Scratcher
65 posts

Undertale Battle Creator

Can you add a colored text tutorial? I “froggit” how to do it!

Powered by DjangoBB