Discuss Scratch

hunkofjunk
Scratcher
10 posts

I need a platformer base!

I need a platformer base with these features.

Required/I need
  • Wall Jump
  • It needs to run smoothly
  • I DON'T want the Vibrating glitch!!!
Not Required/I want
  • Wall Cling (Like The Dot)
  • Slope Detection

when green flag clicked
if <(Potatoes) = [tasty]> then
say [I LIEK POTATOOOOOOEEEEESSSSS!!!!!!]
else
switch costume to [dead v]
end
dima365
Scratcher
36 posts

I need a platformer base!

when green flag clicked
if <touching color [green]?> then
change y by (3)
if <not <touching color [green]?>> then
change y by (-3)
end
if <not <touching color [green]?>> then
change y by (-3)

Here is a way to stay on the ground(hopefully) I haven't used Scratchblocks before.

Last edited by dima365 (Dec. 14, 2013 23:33:31)


Scratch is Cool
dima365

(Do More Scratch)
say [Scratch is Cool v] for (Do More Scratch) secs
hunkofjunk
Scratcher
10 posts

I need a platformer base!

dima365 wrote:

when green flag clicked
if <touching color [green]?> then
change y by (3)
if <not <touching color [green]?>> then
change y by (-3)
end
if <not <touching color [green]?>> then
change y by (-3)

Here is a way to stay on the ground(hopefully) I haven't used Scratchblocks before.
I changed it so that it made sense, but it didn't run smoothly and it had the vibe glitch. But since you say you haven't used the blocks before, I accept.

STILL NEED SOME

when green flag clicked
if <(Potatoes) = [tasty]> then
say [I LIEK POTATOOOOOOEEEEESSSSS!!!!!!]
else
switch costume to [dead v]
end
WASDgamer
Scratcher
100+ posts

I need a platformer base!

Well, I can create you a platformer engine. Let me just make a project with nothing but the character in. To see how my engine works see BLoxoR 2 or 8-BIT. They have great engines with no vibe and wall-jump. Plus they also have hanging.


A 3D Space role-playing game, where you can mine, explore and fight your way through a massive galaxy!
WASDgamer
Scratcher
100+ posts

I need a platformer base!

Oh, and btw, the dot uses the same engine as mine. Both from the Scratch wiki lol


A 3D Space role-playing game, where you can mine, explore and fight your way through a massive galaxy!
WASDgamer-test
Scratcher
2 posts

I need a platformer base!

http://scratch.mit.edu/projects/15650856/ This is as close as I can get a platformer engine to The Dot. This engine includes wall jumping, a blue sensor for bouncy things, and a character to move in a small area.

Powered by DjangoBB