Discuss Scratch

Unicorngirl289
Scratcher
50 posts

Cloud Multiplayer Platformer Collab

3catella wrote:

what effects should I make
First try and make a cool transition when you switch to the next level.

uni • she/her • fpc #430
❝ dance beneath the stars ❞
3catella
Scratcher
54 posts

Cloud Multiplayer Platformer Collab

ok

Hi I’m kitty you can go here to my profile
And here to my PoP shop
<3
3catella
Scratcher
54 posts

Cloud Multiplayer Platformer Collab

Unicorngirl289 wrote:

3catella wrote:

what effects should I make
First try and make a cool transition when you switch to the next level.
is this good https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/419482801/

Hi I’m kitty you can go here to my profile
And here to my PoP shop
<3
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

Bump

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

Bump

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

Last edited by BeloNelo (Aug. 22, 2020 15:44:17)


Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
Unicorngirl289
Scratcher
50 posts

Cloud Multiplayer Platformer Collab

BeloNelo wrote:

Bump
? What does “bump” mean?

uni • she/her • fpc #430
❝ dance beneath the stars ❞
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

When You Spam A Reply Twice It’s Get’s More Noticed And THATS Called A Bump

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
PICOvsNANO
Scratcher
100+ posts

Cloud Multiplayer Platformer Collab

Name: PICOvsNANO

Job Area: Programmer/Cloud Coder

Activity: 7-8, active

Experience with Job: 9

Experience with Collabs: I have done one once

Link to project which shows your ability in specified job: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/415373954 I guess…

I am following!!!

“If you want to live a happy life, tie it to a goal, not to people or things.” –Albert Einstein
“When you reach the end of your rope, tie a knot in it and hang on.” -Franklin D. Roosevelt
“The greatest glory in living lies not in never falling, but in rising every time we fall.” -Nelson Mandela
“The secret of success is to do the common thing uncommonly well.” -John D. Rockefeller Jr.
“A million words would not bring you back, I know because I tried, neither would a million tears, I know because I cried.” -Anonymous
Unicorngirl289
Scratcher
50 posts

Cloud Multiplayer Platformer Collab

BeloNelo wrote:

When You Spam A Reply Twice It’s Get’s More Noticed And THATS Called A Bump
Ahh, ok

uni • she/her • fpc #430
❝ dance beneath the stars ❞
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

Unicorngirl289 wrote:

BeloNelo wrote:

When You Spam A Reply Twice It’s Get’s More Noticed And THATS Called A Bump
Ahh, ok
But You Ahould Only Once Or Twice A Day

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
SargentSaltNPepa
Scratcher
47 posts

Cloud Multiplayer Platformer Collab

PICOvsNANO wrote:

Name: PICOvsNANO

Job Area: Programmer/Cloud Coder

Activity: 7-8, active

Experience with Job: 9

Experience with Collabs: I have done one once

Link to project which shows your ability in specified job: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/415373954 I guess…

I am following!!!
Yes you got accepted by me…. SO I invited you to the studio
BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

Bump

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

Can it be a mechanical platfomer?If so here is the start button: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/419604096

EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

Name: K

Job Area: (please choose from the ones listed above)

Activity: Head programmer

Experience with Job: 8

Experience with Collabs: 1

Link to project which shows your ability in specified job: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/419604096

Are you following this topic? yes

EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

if <key [ v] pressed?> then
move (10) steps
end

EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

when green flag clicked
set [.] to [0]
switch costume to [BG]
create clone of [myself]
switch costume to [gear]
create clone of [myself]
switch costume to [gear2]
create clone of [myself]
switch costume to [play]
create clone of [myself]
hide
when I start as a clone
if <(costume #) = [1]> then
go to x: (0) y: (0)
go to front
forever
go to x: (0) y: (0)
change y by ([cos] of ()
end

else
if <(costume #) = [4]> then
go back (100) layers
go to x: (0) y: (0)

else

end
end

Last edited by EyesofRa_Test (Aug. 23, 2020 04:22:10)


BeloNelo
Scratcher
95 posts

Cloud Multiplayer Platformer Collab

EyesofRa_Test wrote:

Name: K

Job Area: (please choose from the ones listed above)

Activity: Head programmer

Experience with Job: 8

Experience with Collabs: 1

Link to project which shows your ability in specified job: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/419604096

Are you following this topic? yes
Sorry, but Head programmer is taken

Just A Person Who Watches Anime, I also script on stuff, I honestly don't know what to write so…

go crazy and comment on my profile
EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

EyesofRa_Test wrote:

when green flag clicked
set [.] to [0]
switch costume to [BG]
create clone of [myself]
switch costume to [gear]
create clone of [myself]
switch costume to [gear2]
create clone of [myself]
switch costume to [play]
create clone of [myself]
hide
when I start as a clone
if <(costume #) = [1]> then
go to x: (0) y: (0)
go to front
forever
go to x: (0) y: (0)
change y by ([cos] of ()
end

else
if <(costume #) = [4]> then
go back (100) layers
go to x: (0) y: (0)

else

end
end
Not done

EyesofRa_Test
Scratcher
63 posts

Cloud Multiplayer Platformer Collab

BeloNelo wrote:

EyesofRa_Test wrote:

Name: K

Job Area: (please choose from the ones listed above)

Activity: Head programmer

Experience with Job: 8

Experience with Collabs: 1

Link to project which shows your ability in specified job: https://scratch-mit-edu.ezproxy.canberra.edu.au/projects/419604096

Are you following this topic? yes
Sorry, but Head programmer is taken
Then artist

Powered by DjangoBB