<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
    <channel>
        <title>BlackBirdOmega's site</title>
        <link>http://www.byond.com/members/BlackBirdOmega</link>
        <description></description>
        <lastBuildDate>Sat, 11 Feb 2012 01:43:37 +0000</lastBuildDate>
        <language>en-us</language>
    
                <item>
            <title>There was a blog here.</title>
            <link>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=103701</link>
            <guid>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=103701</guid>
            <pubDate>Mon, 25 Oct 2010 07:44:30 +0000</pubDate>
            
            <comments>http://www.byond.com/members/BlackBirdOmega?command=view_comments&amp;post=103701#comments</comments>
            
            <description>Yeah, yeah, everyone makes their &quot;I'm leaving Byond&quot; post at some point and come back a week later. But I've completely cleared out my account of identifying data in lieu of deleting it. I might come back to post a link to a project, but other than that, nah. I haven't played any BYOND games in years, just been moderating one and that was just out of obligation.&lt;br&gt;
&lt;br&gt;
But, 8 years or so was long enough. Especially since I never got around to finishing a single game. I'm gonna screw with making 3D games for now. Might even finish one.&lt;br&gt;
&lt;br&gt;
See you around.&lt;br&gt;
&lt;br&gt;
(Yeah, I know you're thinking about posting a &quot;See you in a X amount of time.&quot;)</description>
        </item>
                <item>
            <title>Alpha + and - in RGB has same result.</title>
            <link>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=163272</link>
            <guid>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=163272</guid>
            <pubDate>Sun, 16 Sep 2007 20:48:49 +0000</pubDate>
            
            <comments>http://www.byond.com/members/BlackBirdOmega?command=view_comments&amp;post=163272#comments</comments>
            
            <description>Applicable Configuration:&lt;br&gt;
BYOND Version: 401.963&lt;br&gt;
Operating System: Vista Home Premium&lt;br&gt;
Web Browser: IE&lt;br&gt;
Video Card (for graphics bugs): GeForce 6150SE nForce430&lt;br&gt;
&lt;br&gt;
Descriptive Problem Summary: Adding and Subtracting RGB Alpha has the same result.&lt;br&gt;
&lt;br&gt;
Code Snippet (if applicable) to Reproduce Problem:&lt;br&gt;
&lt;div class=&quot;dmcode&quot;&gt;
&lt;table width=&quot;100%&quot; border=&quot;0&quot;&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;pre class=&quot;dmcode&quot;&gt;
mob/&lt;span class=&quot;dmkeyword&quot;&gt;verb&lt;/span&gt;&lt;br&gt;    alphaone()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;for&lt;/span&gt;(&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/turf/alphatest/A &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; world)&lt;br&gt;            A.icon-=rgb(0,0,0,100)&lt;br&gt;    alphatwo()&lt;br&gt;        &lt;span class=&quot;dmkeyword&quot;&gt;for&lt;/span&gt;(&lt;span class=&quot;dmkeyword&quot;&gt;var&lt;/span&gt;/turf/alphatest/A &lt;span class=&quot;dmkeyword&quot;&gt;in&lt;/span&gt; world)&lt;br&gt;            A.icon+=rgb(0,0,0,100)
&lt;/pre&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;br&gt;
Expected Results: alphaone would fade the icon by subtracting the alpha value, alphatwo would bring it back by adding to it.&lt;br&gt;
&lt;br&gt;
Actual Results: Both alphaone and alphatwo fade the icon by subtracting the alpha value.&lt;br&gt;
&lt;br&gt;
Does the problem occur:&lt;br&gt;
Every time? Or how often? Everytime.&lt;br&gt;
&lt;br&gt;
I might just be an idiot and doing it wrong, though I doubt it. Sorry if this has been posted before, but I did a search and couldn't find it anywhere.&lt;br&gt;</description>
        </item>
                <item>
            <title>How do I create an eye location.</title>
            <link>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=168588</link>
            <guid>http://www.byond.com/members/BlackBirdOmega?command=view_post&amp;post=168588</guid>
            <pubDate>Sat, 24 Sep 2005 07:09:23 +0000</pubDate>
            
            <comments>http://www.byond.com/members/BlackBirdOmega?command=view_comments&amp;post=168588#comments</comments>
            
            <description>I am trying to create a turf that allows me to set a new eye location.&lt;br&gt;
When I use&lt;br&gt;
verb/Watch()&lt;br&gt;
client&lt;br&gt;
eye = locate(25,25,1)&lt;br&gt;
Verb/Stop_Watching()&lt;br&gt;
client&lt;br&gt;
eye = locate(usr.loc)&lt;br&gt;
or&lt;br&gt;
verb/Watch()&lt;br&gt;
client.eye = locate(25,25,1)&lt;br&gt;
Verb/Stop_Watching()&lt;br&gt;
client.eye = locate(usr.loc)&lt;br&gt;
It claims eye and client is not a var.&lt;br&gt;
When I use&lt;br&gt;
verb/Watch(mob/M)&lt;br&gt;
M.client.eye = locate(25,25,1)&lt;br&gt;
Verb/Stop_Watching()&lt;br&gt;
M.client.eye = locate(M.x,M.y,M.z)&lt;br&gt;
it goes to black and the second verb disappears.</description>
        </item>
            
    </channel>
</rss>


