[KonsolScript-Devs] Wiki Docs - Mariwel's updatelog
Free and Open Game Programming Language for Windows and GNU/Linux
Status: Beta
Brought to you by:
creek23
From: Mj M. IV <mjm...@ym...> - 2009-05-15 15:44:11
|
------------------------------------------------------------<br /> THIS IS SYSTEM NOTIFICATION. DO NOT REPLY TO THIS EMAIL!<br /> ------------------------------------------------------------<br /> New comment on "Mariwel's updatelog" has been posted.<br /> ----------------<br /><br />Are you online right now? Anyway try the code below:<pre>Var:Number x, y, destx, desty, powerup; function main() { Image:Load("powerup_image.png", powerup) //randomize location where it drops Math:Random(100, 200, destx) Math:Random(100, 200, desty) Screen:Show() x = desty; y = -50; // place powerup way off the screen while (B1 EQ false) { Screen:CLS() Image:TBlit(x, y, powerup, screen) //give illusion of falling object if (y < desty) { y += 3; } Screen:Render() Konsol:Delay(150) } }</pre><div><br></div><div>Chat me up if you're still having problem.</div><div><br></div><div>BTW, please post any of your concern on your own updatelog thread:</div><div><a href="index.php?c=message&a=index&active_project=1" title="" target="">index.php?c=message&a=index&active_project=1</a><br></div><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment154 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |