Discuss Scratch

raf910
Scratcher
5 posts

how did griffpacth make up to 7 players from only two sprites in taco burp?

so the head moves in the direction the opponent is facing right? how did he only have two sprites for mutiple opponents? well he used clones but i cant figure out how he made the head go to a clone.

so if he used clones how would he make the head go to the body Clone with the head being one sprite and the body an other?
he also did not put a “when i start as a clone” block in the opponent sprites

i need help how come there are 33 views on this and only 3 replys

Last edited by raf910 (Feb. 11, 2022 17:27:43)

deck26
Scratcher
1000+ posts

how did griffpacth make up to 7 players from only two sprites in taco burp?

Which project?
raf910
Scratcher
5 posts

how did griffpacth make up to 7 players from only two sprites in taco burp?

taco burp
Quardiant
Scratcher
42 posts

how did griffpacth make up to 7 players from only two sprites in taco burp?

Basically he did this

create clone of [ P1]

And did the multiplayer script for his game also for the taco maybe he did this

if <key [ “key”] pressed?> then
create clone of [ taco]
point towards [ mouse]
end

Quardiant
Scratcher
42 posts

how did griffpacth make up to 7 players from only two sprites in taco burp?

raf910 wrote:

so the head moves in the direction the opponent is facing right? how did he only have two sprites for mutiple opponents? well he used clones but i cant figure out how he made the head go to a clone.

so if he used clones how would he make the head go to the body Clone with the head being one sprite and the body an other?
he also did not put a “when i start as a clone” block in the opponent sprites

i need help how come there are 33 views on this and only 3 replys

Also basically how he made the head go to the body was

go to x: ([ xpos] of [Sprite1 v]) y: ([ ypos] of [Sprite1 v])

define 
go to []

Powered by DjangoBB