Thread: [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-11 13:30:02
|
------------------------------------------------------------<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 />I believe that my <a href="http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment81" title="" target="_blank">previous post</a> didn't make much sense, as I was pertaining to the double-equal sign as a wiki format for header 2 in html but it didn't show up when it was posted.<div><br></div><div>So I was saying, please change:</div><pre> '''Download''' to == Download ==<br></pre><div>and </div><pre> '''Support''' to == Support ==</pre><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment106 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-12 09:18:48
|
------------------------------------------------------------<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 />For the article <a target="_blank" title="" href="http://apps.sourceforge.net/mediawiki/konsolscript/index.php?title=MapBuilder">index.php?title=MapBuilder</a>, there's this red link, KSE -- make it link to <a target="_blank" title="" href="http://apps.sourceforge.net/mediawiki/konsolscript/index.php?title=KonsolScript_Editor">KonsolScript Editor</a>; use it like this:<span style="font-weight: bold;"> [[KonsolScript Editor |KSE]]</span><br><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment111 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-12 09:41:03
|
------------------------------------------------------------<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 />and oh! Please do the same with BMP2KS and EntityBuilder.<br><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment112 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-12 15:51:15
|
------------------------------------------------------------<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 />No. Don't make it an external link. Didn't I provide the the tag from my previos post?<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment116 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-13 03:56:38
|
------------------------------------------------------------<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 />Great!<div><br></div><div>Now talk to Chevy on how to go about the tutorial/articles.</div><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment118 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-15 08:18:54
|
------------------------------------------------------------<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 />Please read: <a href="index.php?c=message&a=view&id=13&active_project=5#comment141" title="" target="">index.php?c=message&a=view&id=13&active_project=5#comment141</a><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment147 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
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
|
|
From: Mj M. IV <mjm...@ym...> - 2009-05-16 03:49:46
|
------------------------------------------------------------<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 />Great! Now if you could please fetch all the Source files for the tutorial from GPWiki to our wiki site.<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment157 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-16 03:55:29
|
------------------------------------------------------------<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 />The red links in <b>Making your own Pong</b> are ready for porting. Please discuss this with Chevy<div><br></div><div><a href="https://apps.sourceforge.net/mediawiki/konsolscript/index.php?title=Main_Page#Using_the_Built-in_Graphic_Functions">#Using_the_Built-in_Graphic_Functions</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#comment158 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-16 15:25:26
|
------------------------------------------------------------<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 />Great! Now what's left to do?<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment162 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-18 00:53:28
|
------------------------------------------------------------<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 />Hi Mariwel,<div><br></div><div>Kindly double-check <a href="https://apps.sourceforge.net/mediawiki/konsolscript/index.php?title=Main_Page#Tutorials" title="" target="">all the tutorial articles</a>. Please list the dead/red links here. And please port the 'needed resources' from GPWiki to our site -- like what you did to to screenshots.</div><br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index..php?c=message&a=view&id=14&active_project=5#comment168 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-18 14:28:14
|
------------------------------------------------------------<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 />Does the absence of post means there are no dead links left?<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment176 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-19 11:07:46
|
------------------------------------------------------------<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 />I thought the zip files from the GPWiki KonsolScript tutorials are already ported to our wiki site?<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment180 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |
|
From: Mj M. IV <mjm...@ym...> - 2009-05-19 11:30:41
|
------------------------------------------------------------<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 />...scrap that. I tried but zip files are not accepted.<br /><br />----------------<br /> View that comment:<br /> http://mauipropertieshawaii.com/lab/index.php?c=message&a=view&id=14&active_project=5#comment181 <br />Company: KonsolScript Development Team <br />Project: Wiki Docs <br />Author: Mj Mendoza IV <br />-- <br />Login: http://mauipropertieshawaii.com/lab |