<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>The Irrelevant Notions Of A BYOND Member</title>
        <link>http://www.byond.com/members/Nasasistik</link>
        <description>Leave or suffer confusion.</description>
        <lastBuildDate>Mon, 06 Oct 2008 12:32:10 GMT</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>Alice Cooper's &quot;Along Came A Spider&quot;.</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=48884</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=48884</guid>
            <pubDate>Sat, 04 Oct 2008 06:26:55 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=48884#comments</comments>
            
            <description>&lt;center&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/VK8QZrJTpoY&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/VK8QZrJTpoY&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;&lt;br/&gt;
Bringing Slash on this was a good idea I think. The Documentary has a good amount of details on these little movies.&lt;br/&gt;
The CD is amazing to(Of course, that's all my opinion obviously)</description>
        </item>
                <item>
            <title>Suggestions,  and some more sanity!</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=47202</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=47202</guid>
            <pubDate>Wed, 27 Aug 2008 06:49:28 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=47202#comments</comments>
            
            <description>So first I will ask for my suggestions that I need from anyone with knowledge relevant to helping.&lt;br/&gt;
As I posted interface screenshots before I am looking to try and do a turn-based pokemon game using the interface controls.&lt;br/&gt;
&lt;br/&gt;
So far so good, the game seems to be going smoothly! However I am stuck in a snag.&lt;br/&gt;
I've been having trouble figuring out the best way to code in the pokemon, and putting them on the interface that pops up when in battle.&lt;br/&gt;
&lt;DIV CLASS=&quot;dmcode&quot;&gt;&lt;TABLE WIDTH=100% BORDER=0&gt;&lt;TR&gt;&lt;TD&gt;&lt;PRE class=&quot;dmcode&quot;&gt;mob
    &lt;span class=dmkeyword&gt;verb&lt;/span&gt;
        TestBattle()
            winset(src,&lt;span class=dmstring&gt;&quot;window1&quot;&lt;/span&gt;,&lt;span class=dmstring&gt;&quot;is-visible=true&quot;&lt;/span&gt;)
            usr.frozen = 1 &lt;span class=dmcomment&gt;//this is so our little friend doesn't move on the original window.&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;br/&gt;
So far I've been using this(Possibly not the best idea) to test the interface so far. When the pop up shows the screen it looks like &lt;a href=http://img368.imageshack.us/img368/6656/interfacetest2wg8.png&gt;This&lt;/a&gt; which that part hasn't changed yet. &lt;br/&gt;
What I would need is someone to give me suggestions as to how to use the controls to align the look of the battle-screen(The enemy pokemon, your pokemon, and the status bars), and last I would need suggestions on possible ways to put the pokemon in to begin with.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
And as for &quot;more sanity&quot;? Hell, we could all use more sanity now and then.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
PS: Magic Man, I also am taking your interfacing advance on two colors.</description>
        </item>
                <item>
            <title>Indestructible</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=46903</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=46903</guid>
            <pubDate>Wed, 20 Aug 2008 09:16:44 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=46903#comments</comments>
            
            <description>&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/qGI8XwxK5EE&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/qGI8XwxK5EE&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description>
        </item>
                <item>
            <title>Interface suggestions.</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=46788</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=46788</guid>
            <pubDate>Sun, 17 Aug 2008 04:56:50 GMT</pubDate>
            
            <description>This question is more toward a suggestion really since I am trying to figure out everything I will need to do.&lt;br/&gt;
&lt;br/&gt;
First off to know what I am aiming here is for a turn-base style Pokemon game using the Interface options that were given in 4.0.&lt;br/&gt;
&lt;br/&gt;
&lt;a href=http://img292.imageshack.us/img292/3375/interfacetest1ok7.png&gt;Screen #1&lt;/a&gt;(Ignore the 0 with a Houndoom, it was a test of the look is all)&lt;br/&gt;
&lt;br/&gt;
How I set it up is for a pane of the battle look to show up, like in &lt;a href=http://img368.imageshack.us/img368/6656/interfacetest2wg8.png&gt;Screen #2&lt;/a&gt;. What I want suggestions on is for what kind of way should I code each pokemon in, and how should I go about adding them to that pane?&lt;br/&gt;
&lt;br/&gt;
I am new to trying interface options so this is really bumming me out trying to figure out.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Any suggestions are appreciated.</description>
        </item>
                <item>
            <title>When Scientist come out of odd names, and use Entertainment.</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=46639</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=46639</guid>
            <pubDate>Thu, 14 Aug 2008 10:13:33 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=46639#comments</comments>
            
            <description> One of Japan's greatest imports is Pokemon. This series of portable and console base games for the Nintendo systems as well as a television series that has been running for as long as the games have been coming out has strictly been fiction with a bizarre twist. That has now changed as the most famous Pokemon has ventured forth into the world of science, but not in the way you think it might.&lt;br/&gt;
&lt;br/&gt;
 &lt;br/&gt;
&lt;br/&gt;
   Japanese researchers have discovered a new protein and decided to name it after the famous electric mouse. Researchers from Osaka Bioscience Institute in Suita reveal that this protein holds a vital role in transmitting visual information within the brain. Due to the role this protein has, determining kinetic vision, the team of researchers decided to name the protein pikachurin after the Pokemon Pikachu and its speedy movements. To further add to the naming, this protein was first found in laboratory mice.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Source: &lt;a href=http://www.gamegravity.com/news-details.php?nid=88&gt;Here&lt;/a&gt;</description>
        </item>
                <item>
            <title>The Do's And Dont's Of Parenting!</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=46492</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=46492</guid>
            <pubDate>Mon, 11 Aug 2008 05:58:43 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=46492#comments</comments>
            
            <description>&lt;center&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/kTw0YtyDaiU&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/kTw0YtyDaiU&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt;</description>
        </item>
                <item>
            <title>Interesting..</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=46461</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=46461</guid>
            <pubDate>Sun, 10 Aug 2008 11:41:21 GMT</pubDate>
            
            <description>&lt;a href=http://www.byond.com/games/Acts57/PokemonTheMarchof1000Souls&gt;I&lt;/a&gt; &lt;a href=http://www.byond.com/games/Wolfen/PokemonDreams&gt;wonder&lt;/a&gt;  &lt;a href=http://www.byond.com/games/Happychappy/PokemonGaleOfShadows&gt;who had to&lt;/a&gt; &lt;a href=http://www.byond.com/games/Max6020/PokemonDestinyBond&gt;Help with these&lt;/a&gt; &lt;a href=http://www.byond.com/games/Rayquaza1903/PokemonShadowRealms&gt;Moronic Names&lt;/a&gt;.&lt;br/&gt;
&lt;br/&gt;
It's amazing how well everyone who can find a source can take about 1, or possibly 2 minutes time for their names to randomly pop into their head. It's to me like they are having some sort of &lt;b&gt;Brain fart&lt;/b&gt; of stupidity, or possibly just &lt;b&gt;Awful turrets&lt;/b&gt; and put whatever seems to fit into the name. What I want to see is a game in any of the anime that exists on BYOND actually have a name meaningful to the game of it.&lt;br/&gt;
&lt;br/&gt;
&lt;a href=http://www.byond.com/games/Fint/Pokemon&gt;Thank&lt;/a&gt;&lt;br/&gt;
&lt;a href=http://www.byond.com/games/Perpetr8rthePerpetu8r/PokemonRPReborn&gt;You&lt;/a&gt;&lt;br/&gt;
&lt;a href=http://www.byond.com/games/NuclearBlast/PBattleForce&gt;Dedication&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
In my favorite section of the anime, Pokemon. I can honestly say that Perpetr8r the Perpetu8r, NuclearBlast, and Fint have the so far only good Pokemon games I've seen come out in a while. I pray to God someone comes out with a newer and good one to join that list.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
On a lighter side of the Pokemon games I have a question. Where did &lt;a href=http://www.byond.com/games/Mattzz_2/PokemonTwilight&gt;This&lt;/a&gt; and &lt;a href=http://www.byond.com/games/PTStaff/PokemonTyzua&gt;This&lt;/a&gt; go? I also miss what Flame Sage was working on even if it conflicts with Fint's game it still seemed cool.&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Also I've been meaning to ask in regards to Pokemon with finally putting time away from some First Person Shooters and coming back to BYOND to work on learning allot more about interfacing and coding. What exactly would the people who play games want to see in a Pokemon game? And by that I mean like,&lt;br/&gt;
&lt;br/&gt;
For legendary pokemon?&lt;br/&gt;
&lt;br/&gt;
For gyms?&lt;br/&gt;
&lt;br/&gt;
For Techniques?&lt;br/&gt;
&lt;br/&gt;
Or just generally, what would interest the players of Pokemon games on BYOND. Feel free to let me know about &lt;u&gt;any&lt;/u&gt; ideas and suggestions.</description>
        </item>
                <item>
            <title>Back into love!</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=45839</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=45839</guid>
            <pubDate>Sun, 27 Jul 2008 05:05:02 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=45839#comments</comments>
            
            <description>Well as of recently, I consider myself a full on single man...Sorta. No the truth is I still have a girlfriend which is sort of odd she stayed with me all this time but still.&lt;br/&gt;
&lt;br/&gt;
Anyways,&lt;br/&gt;
I've been back into playing FPS games more. I tried MMORPGs and I like a good handful, but FPS is still possibly my first love. Mostly I play the free FPS games online. Why? Because I am as of now cutting my funds close with rent, gas, etc. So I don't have money to fully mess around.&lt;br/&gt;
&lt;br/&gt;
&lt;b&gt;Currently Own:&lt;/b&gt;&lt;br/&gt;
Wolfenstein: Enemy Territory&lt;br/&gt;
Combat Arms&lt;br/&gt;
WolfTeam&lt;br/&gt;
&lt;br/&gt;
&lt;b&gt;To-Buy List:&lt;/b&gt;&lt;br/&gt;
Hellgate: London&lt;br/&gt;
Counter Strike: Source(Considered trying it)&lt;br/&gt;
Call Of Duty 4: Modern Warfare(I have it on the Xbox but I want to play it online with the PC version.)&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Any other suggestions for FPS games? I'm all &lt;s&gt;ears&lt;/s&gt; eyes.</description>
        </item>
                <item>
            <title>Jesse is enjoying console gaming again!</title>
            <link>http://www.byond.com/members/?command=view_post&amp;post=45092</link>
            <guid>http://www.byond.com/members/?command=view_post&amp;post=45092</guid>
            <pubDate>Wed, 09 Jul 2008 05:30:18 GMT</pubDate>
            
            <comments>http://www.byond.com/members/Nasasistik?command=view_comments&amp;post=45092#comments</comments>
            
            <description>Well I am taking a somewhat job on the side of my obvious main one(Uhaul Moving). So I decided to start to do little things around the area I live and yeah, making some money that now I don't need. So, I have been looking at games.&lt;br/&gt;
&lt;br/&gt;
Mostly I'd like games for the gamecube, or the Xbox360. I have been getting a few friends to tell me to finally replace the Wii(It was funny how I broke it)&lt;br/&gt;
&lt;br/&gt;
&lt;br/&gt;
Oh, and I do plan on re-activating Xbox Live for COD4, and possibly for Gears of War. so I will give that out if I do wind up doing so.</description>
        </item>
            
    </channel>
</rss>

