Log In  
Follow
Cashmere
[ :: Read More :: ]

stars={}
for s=1,10do
add(stars,{x=128,y=128,spd=rnd(3)})
end
for i in all(stars)do
i.x-=i.spd
pset(i.x,i.y,7)
end

hey! super quick and basic question, feel like ive definitely done this before but i am just not thinking hard enough rn but why isn't this working? no errors are being thrown so i feel like im definitely forgetting something super basic thats making it all break but i am still a beginner and can't seem to figure out what. ty for any help!

P#121581 2022-11-29 21:16

[ :: Read More :: ]

Cart #redagainstblue-0 | 2022-11-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3


Quick 12 minute local two player game. Wanted to try and make a game under 20 minutes and this was a fun idea to try. Hope you enjoy! First game posted here and am open to feedback, though I might not see it right away.

Have fun tappin'!

Cashmere <3

P#120464 2022-11-11 00:05 ( Edited 2022-11-11 00:07)

Follow Lexaloffle:          
Generated 2024-04-19 05:36:01 | 0.071s | Q:10