Discuss Scratch

GINNYWEASLEY69
Scratcher
67 posts

Scrolling platformer tutorial needed

Hi
Can someone recommend a scrolling platformer tutorial please?
Thx
AksharPremnath
Scratcher
500+ posts

Scrolling platformer tutorial needed

Griffpatch has one on his YouTube channel
GINNYWEASLEY69
Scratcher
67 posts

Scrolling platformer tutorial needed

AksharPremnath wrote:

Griffpatch has one on his YouTube channel
Ok I'll check it out. Thx
Vaibhs11
Scratcher
1000+ posts

Scrolling platformer tutorial needed

You just need a scrolling engine not a tutorial lol
Search it
GINNYWEASLEY69
Scratcher
67 posts

Scrolling platformer tutorial needed

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.
Vaibhs11
Scratcher
1000+ posts

Scrolling platformer tutorial needed

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.
Oh well, just backpacing was easier but, your wish
GINNYWEASLEY69
Scratcher
67 posts

Scrolling platformer tutorial needed

Vaibhs11 wrote:

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.
Oh well, just backpacing was easier but, your wish
Yeah I might just have a play around and see how they work.
Oumuamua
Scratcher
1000+ posts

Scrolling platformer tutorial needed

To copy and paste doesn't help to learn how to do anything by ourselves.
Greetings.
Oumuamua
Scratcher
1000+ posts

Scrolling platformer tutorial needed

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.

ccemz26
Scratcher
10 posts

Scrolling platformer tutorial needed

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.
Oh well, just backpacing was easier but, your wish
Yeah I might just have a play around and see how they work.
You could use this script:
when green flag clicked
go to x: (0) y: (0)
set [X Velocity v] to [0]
set [Y Velocity v] to [0]
define Platform(Gravity)
For Starters, I'll give you more code in the next forum post I write
imthebesttt
Scratcher
43 posts

Scrolling platformer tutorial needed

You can use my platformer engine!
GINNYWEASLEY69
Scratcher
67 posts

Scrolling platformer tutorial needed

ccemz26 wrote:

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

GINNYWEASLEY69 wrote:

Vaibhs11 wrote:

You just need a scrolling engine not a tutorial lol
Search it
True… I suppose I could do that… but I'd prefer to learn.
Oh well, just backpacing was easier but, your wish
Yeah I might just have a play around and see how they work.
You could use this script:
when green flag clicked
go to x: (0) y: (0)
set [X Velocity v] to [0]
set [Y Velocity v] to [0]
define Platform(Gravity)
For Starters, I'll give you more code in the next forum post I write
Do you mean your going to do a long post that is a lesson or something?

Powered by DjangoBB