Inkcat78 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=61235 help with add <p>function _init()<br /> f={}<br /> end</p> <p>function _update()<br /> add(f,{y=1})<br /> end</p> <p>function _draw()<br /> cls()<br /> map()<br /> print(f.y,58,58,8)<br /> end</p> <p>The print displays that that f.y is nil, could somebody please help?</p> https://www.lexaloffle.com/bbs/?tid=46860 https://www.lexaloffle.com/bbs/?tid=46860 Sun, 06 Mar 2022 01:52:52 UTC Question about time() <p>Is there a way to detect when time() changes? I&rsquo;m trying to make a movement system where when a button is pressed a sprite moves for a certain amount of time.</p> https://www.lexaloffle.com/bbs/?tid=45925 https://www.lexaloffle.com/bbs/?tid=45925 Fri, 31 Dec 2021 16:03:33 UTC