Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Smoth scroll for FNF
- Umhead22
-
Scratcher
100+ posts
Smoth scroll for FNF
I making FNF game but I dunno know how to make it scroll smothy Go the opponent and to BF
- Sona_Alt
-
Scratcher
91 posts
Smoth scroll for FNF
if you are talking about a scrolling background, then this is the script you want to use then:
when green flag clickednote that if you change the speed, you will also need to change the x position to reset. to get the number, it is 480 - x scroll.
set [x scroll v] to [0]
forever
if <(x scroll) = [438]> then
set [x scroll v] to [0]
else
change [x scroll v] by [2]
end
set x to (join [-] (x scroll))
end
- Discussion Forums
- » Help with Scripts
-
» Smoth scroll for FNF
