Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Undertale How to make a functioning Blue SOUL?
- MilesOC
-
Scratcher
17 posts
Undertale How to make a functioning Blue SOUL?
The blue one is the one with gravity, I have tried making scripts, but they all fail to do what I'm trying to do. Could someone help me?
- BKFighter
-
Scratcher
1000+ posts
Undertale How to make a functioning Blue SOUL?
I haven't played undertale, and the wiki didn't help, so what exactly are you trying to get it to do? (Also, could you please share the project and give us the link?)
- MilesOC
-
Scratcher
17 posts
Undertale How to make a functioning Blue SOUL?
I haven't played undertale, and the wiki didn't help, so what exactly are you trying to get it to do? (Also, could you please share the project and give us the link?)Basically, just give the SOUL gravity, like you go up for like one second, then come back down.
Here is the Blue SOUL testing: https://scratch.mit.edu/projects/97484073/
Here is the game I want to use it on later: https://scratch.mit.edu/projects/97175528/
Last edited by MilesOC (Feb. 12, 2016 22:36:16)
- maverick_raven12
-
Scratcher
100+ posts
Undertale How to make a functioning Blue SOUL?
I haven't played undertale, and the wiki didn't help, so what exactly are you trying to get it to do? (Also, could you please share the project and give us the link?)Basically, just give the SOUL gravity, like you go up for like one second, then come back down.
Here is the Blue SOUL testing: https://scratch.mit.edu/projects/97484073/
Here is the game I want to use it on later: https://scratch.mit.edu/projects/97175528/
Just do this:
repeat ()
change y by (*)
end
end
Last edited by maverick_raven12 (Feb. 12, 2016 22:44:32)
- maverick_raven12
-
Scratcher
100+ posts
Undertale How to make a functioning Blue SOUL?
I haven't played undertale, and the wiki didn't help, so what exactly are you trying to get it to do? (Also, could you please share the project and give us the link?)Basically, just give the SOUL gravity, like you go up for like one second, then come back down.
Here is the Blue SOUL testing: https://scratch.mit.edu/projects/97484073/
Here is the game I want to use it on later: https://scratch.mit.edu/projects/97175528/
Just do this:repeat ()
change y by (*)
end
end
then:
repeat ()
change y by (-*)
end
- MilesOC
-
Scratcher
17 posts
Undertale How to make a functioning Blue SOUL?
I'm pretty sure I tried that, the SOUL gets stuck on the ground.I haven't played undertale, and the wiki didn't help, so what exactly are you trying to get it to do? (Also, could you please share the project and give us the link?)Basically, just give the SOUL gravity, like you go up for like one second, then come back down.
Here is the Blue SOUL testing: https://scratch.mit.edu/projects/97484073/
Here is the game I want to use it on later: https://scratch.mit.edu/projects/97175528/
Just do this:repeat ()
change y by (*)
end
end
then:repeat ()
change y by (-*)
end
If you want, you can try to remix the SOUL testing and make a gravity script. I'd really appreciate it
- goldyfishy9
-
Scratcher
4 posts
Undertale How to make a functioning Blue SOUL?
☟☜☹☹⚐ ✡ ☞☼✋☜☠ ✋☞ ✡⚐ ☜☜ ❄☟✋ ✋☠ ☼☜✌☹ ⚐☼ ✡⚐ ☟✌✞☜ ✌✡ ❄⚐⚐ ☟ ✌☼☜ ❄✋☜
- sansfan123
-
Scratcher
1 post
Undertale How to make a functioning Blue SOUL?
maybe you could look up a tutorial on how to make a platformer in scratch.but use blue soul sprites and stuff
- beeutiful101
-
Scratcher
36 posts
Undertale How to make a functioning Blue SOUL?
goldyfishy9 said:
☟☜☹☹⚐ ✡ ☞☼✋☜☠ ✋☞ ✡⚐ ☜☜ ❄☟✋ ✋☠ ☼☜✌☹ ⚐☼ ✡⚐ ☟✌✞☜ ✌✡ ❄⚐⚐ ☟ ✌☼☜ ❄✋☜
Me - Gaster! Is that you?!
Gaster - *nods*
- amylaser
-
Scratcher
500+ posts
Undertale How to make a functioning Blue SOUL?
Try looking through this platformer tutorial: https://scratch.mit.edu/projects/67727504/
It's very thorough and should help you learn a lot ^.^
It's very thorough and should help you learn a lot ^.^
- MTM828
-
Scratcher
500+ posts
Undertale How to make a functioning Blue SOUL?
when green flag clicked
go to x: (0) y: (0)
forever
repeat (25)
change y by (1)
end
repeat (25)
change y by (-1)
end
end
- Discussion Forums
- » Help with Scripts
-
» Undertale How to make a functioning Blue SOUL?









