Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Scrolling platformer tutorial needed
- GINNYWEASLEY69
-
67 posts
Scrolling platformer tutorial needed
Hi
Can someone recommend a scrolling platformer tutorial please?
Thx
Can someone recommend a scrolling platformer tutorial please?
Thx
- AksharPremnath
-
500+ posts
Scrolling platformer tutorial needed
Griffpatch has one on his YouTube channel
- GINNYWEASLEY69
-
67 posts
Scrolling platformer tutorial needed
Ok I'll check it out. Thx Griffpatch has one on his YouTube channel
- Vaibhs11
-
1000+ posts
Scrolling platformer tutorial needed
You just need a scrolling engine not a tutorial lol
Search it
Search it
- GINNYWEASLEY69
-
67 posts
Scrolling platformer tutorial needed
True… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search it
- Vaibhs11
-
1000+ posts
Scrolling platformer tutorial needed
Oh well, just backpacing was easier but, your wishTrue… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search it
- GINNYWEASLEY69
-
67 posts
Scrolling platformer tutorial needed
Yeah I might just have a play around and see how they work.Oh well, just backpacing was easier but, your wishTrue… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search it
- Oumuamua
-
1000+ posts
Scrolling platformer tutorial needed
To copy and paste doesn't help to learn how to do anything by ourselves.
Greetings.
Greetings.
- Oumuamua
-
1000+ posts
Scrolling platformer tutorial needed
True… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search it

- ccemz26
-
10 posts
Scrolling platformer tutorial needed
You could use this script:Yeah I might just have a play around and see how they work.Oh well, just backpacing was easier but, your wishTrue… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search it
when green flag clickedFor Starters, I'll give you more code in the next forum post I write
go to x: (0) y: (0)
set [X Velocity v] to [0]
set [Y Velocity v] to [0]
define Platform(Gravity)
- imthebesttt
-
43 posts
Scrolling platformer tutorial needed
You can use my platformer engine!
- GINNYWEASLEY69
-
67 posts
Scrolling platformer tutorial needed
Do you mean your going to do a long post that is a lesson or something?You could use this script:Yeah I might just have a play around and see how they work.Oh well, just backpacing was easier but, your wishTrue… I suppose I could do that… but I'd prefer to learn. You just need a scrolling engine not a tutorial lol
Search itwhen green flag clickedFor Starters, I'll give you more code in the next forum post I write
go to x: (0) y: (0)
set [X Velocity v] to [0]
set [Y Velocity v] to [0]
define Platform(Gravity)
- Discussion Forums
- » Help with Scripts
-
» Scrolling platformer tutorial needed