Discuss Scratch
- MOFEABI
-
23 posts
Extensions
Make and remove extensions
Last edited by MOFEABI (Oct. 16, 2025 18:21:43)
- MOFEABI
-
23 posts
Extensions
No lag extension
My browser / operating system: Windows NT 10.0, Chrome 140.0.0.0, No Flash versions detected
- MOFEABI
-
23 posts
Extensions
((pi) + (0))
((e) + (0))
((tau) + (0))
((phi) + (0))
((∞) + (0))
Last edited by MOFEABI (Oct. 18, 2025 12:17:12)
- MOFEABI
-
23 posts
Extensions
set (message) to (infininite of them)
Last edited by MOFEABI (Oct. 18, 2025 12:19:17)
- MOFEABI
-
23 posts
Extensions
define (input r (input 1)^(input 2))
set [r v] to [0]
repeat (input 2)
change [r v] by ((input 1) * (input 1))
end
return (r)
Last edited by MOFEABI (Oct. 18, 2025 12:05:05)
- MOFEABI
-
23 posts
Extensions
define check collision with (sprite)
if <touching (sprite) ?> then
repeat until <not <touching (sprite) ?>>
move (dist) steps
turn cw (1) degrees
change [dist v] by (1)
end
end
Last edited by MOFEABI (Oct. 18, 2025 12:28:57)
- MOFEABI
-
23 posts
Extensions
when green flag clicked

move (My browser / operating system: Windows NT 10.0, Chrome 140.0.0.0, No Flash versions detected) steps
[scratchblocks]
wait (MOFEABI) {pound}
point out [dinosour mod v]
[/scratchblocks]
Last edited by MOFEABI (Oct. 18, 2025 14:54:07)