Bobmr2024 Bobmr2024 loading

GamerLGuy wrote:

when @greenFlag clicked
switch costume to [Logo v]
create clone of [myself v]
forever
go to x: (0) y: (100)
point in direction ((90) + (([sin v] of ((timer) * (100))::operators) * (10)))
end

when I start as a clone
forever
point in direction (90)
switch costume to [Play v]
go to x: (0) y: (-100)
if <touching [mouse-pointer v]?> then
change size by (((120) - (size)) / (10))
if <mouse down?> then
broadcast [Start v]
end
else
change size by (((100) - (size)) / (10))
end
end