Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » TRON game
- 1102792
-
Scratcher
63 posts
TRON game
I need help on my tron game. Can anyone help?
https://scratch.mit.edu/projects/398888849/
https://scratch.mit.edu/projects/398888849/
- theanonymousweirdo
-
Scratcher
500+ posts
TRON game
Instead of doing
when [right arrow v] key pressedTry doing this:
turn cw (10) degrees
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.
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..
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] ?>>>
- Oumuamua
-
Scratcher
1000+ 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] ?>>>
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.

- 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/
https://scratch.mit.edu/projects/399700042/
Last edited by Oumuamua (May 28, 2020 20:03:17)
- Discussion Forums
- » Help with Scripts
-
» TRON game

