Jump to content

Events: Difference between revisions

added Easylang
m (→‎{{header|Wren}}: Changed to Wren S/H)
(added Easylang)
 
Line 342:
println("[1] Waiting 1 second...")
}</syntaxhighlight>
 
=={{header|EasyLang}}==
 
[https://easylang.dev/show/#cod=y89TKMnMTS3iUlBQyM0vS1UoSsxLyc9NU9BSMDQwQOWB1CRnFiXnpCoYgdhgjQqGXHpc+XlAzaXFqfEp+eV5cKMgQhVQuhJFux4XRLcBFwA= Run it]
 
<syntaxhighlight>
on timer
move randomf * 100 randomf * 100
circle 2
timer 1
.
on mouse_down
move mouse_x mouse_y
circle 2
.
timer 0
</syntaxhighlight>
 
=={{header|Elixir}}==
2,063

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.