Discuss Scratch

1102792
Scratcher
63 posts

TRON game

I need help on my tron game. Can anyone help?
https://scratch.mit.edu/projects/398888849/
DunnoWho
Scratcher
66 posts

TRON game

Can you tell me the glitches in specific?
theanonymousweirdo
Scratcher
500+ posts

TRON game

Instead of doing
when [right arrow v] key pressed
turn cw (10) degrees
Try doing this:
when green flag clicked
forever
if <key [right arrow v] pressed?> then
turn cw (10) degrees
end
if <key [left arrow v] pressed?> then
turn ccw (10) degrees
end
end
Oumuamua
Scratcher
1000+ posts

TRON game

Hi, i've done a demo for cycle, it is basically a snake game but with a enemy(quite basic cpu) https://scratch.mit.edu/projects/399700042/
It may easily be converted for two players duplicating sprite “kindatron”
You see inside, also if you want use mine just get what you want, no need of remix or give credit.
Regards.
Oumuamua
Scratcher
1000+ posts

TRON game

???
The main forum has not been updated even when i posted here few minutes ago..
1102792
Scratcher
63 posts

TRON game

Cool, Thanks, I'll check it out!
when green flag clicked
forever
if <I don't know> then
ask on forrums


else
do it myself
end
end
1102792
Scratcher
63 posts

TRON game

Hey, Actually, I need help with the sensing. The
<touching color [#] ?>
isnt working. I don't understand! You did the same thing, right?
<<edge> or <<touching color [#blue] ?> or <touching color [#red] ?>>>
1102792
Scratcher
63 posts

TRON game

I like the game!
set pen color to [#131e8]
1102792
Scratcher
63 posts

TRON game

That was random
Oumuamua
Scratcher
1000+ posts

TRON game

1102792 wrote:

Hey, Actually, I need help with the sensing. The
<touching color [#] ?>
isnt working. I don't understand! You did the same thing, right?
<<edge> or <<touching color [#blue] ?> or <touching color [#red] ?>>>

You click in the colored input of this block, click the picker in the po-up and move the mouse to screen-player; a magnifier appears move over any color in screen and click to select.

1102792
Scratcher
63 posts

TRON game

I tried that, but I'll try again.
1102792
Scratcher
63 posts

TRON game

nope
Oumuamua
Scratcher
1000+ posts

TRON game

I like to test thoroughly every single script or demo i did, and i`ve found a glitch related to hitbox, so i edited the hitbox costumes to make the color collision more reliable.

https://scratch.mit.edu/projects/399700042/

Last edited by Oumuamua (May 28, 2020 20:03:17)

Powered by DjangoBB