Jump to content

Rahvin

Members
  • Posts

    500
  • Joined

  • Last visited

Posts posted by Rahvin

  1. First off, I'm sorry I haven't been around much guys. :cow_white: I have 27 credit hours at school, and with final project to work on it is actually closer to 40 hours of work for it. Add in 32-34 hours of work a week and my spare time is at an all time low. :cow_white:

     

    In Space4k my right-hand man has really picked up the slack and has been an outstanding and invaluable aid. He turns 23 tomorrow and I would like to give him a Sig and Avi as a gift. Problem is, the sig request he posted weeks ago is for animation. I don't do animation... and neither do any of our GFX team. We certainly couldn't do any quality work for him.

     

    So here I am, begging for all I'm worth. Is there anyway you could help me out Schot, or any other animation savy Darkling?

     

    His posted request was:

    Well I want a sig animated if possible, each frame will contain the words in this order [united we stand] [through strength], [through courage], [through honor], [through sacrifice], [through discipline]

    [through devotion] [TIGERLEAD - Right Hand of The Imperial Guard]. And I would like it to be Star Wars based, if you can do it in other way that's ok, also the pics must match the words and ofcourse if you have time and ideas you can add more words like [through friendship] or some others. And an avatar to match the sig (animated too if possible :cow_white: )

  2. There are many variations of poutine. A common variation, Italian poutine, substitutes gravy with "spaghetti sauce" (a thick tomato and ground beef sauce), while another popular variation includes sausage slices. Some restaurants boast a dozen or more variations of poutine. For instance, you may find more upscale poutine with three-pepper sauce, Merguez sausage, foie gras or even caviar and truffle. Another variation, poutine Galvaude, includes shredded chicken and green peas, often eliminating the cheese. When ordering a fast food trio (or combo) in eastern Canada, you often pay extra to get your french fries replaced with a poutine. Note that "fast food poutine" will often be referred to as "fake poutine" by Quebecers because the freshness or the kind of cheese (a common substitution is grated cheese) is not the same as in Quebec where you can usually buy fresh cheese curds daily in almost any convenience store.

     

    All variations look and probably taste disguting.

  3. Routing and Strategies increase the speed of your troops. Routing speeds up your early troops, such as Rowdy, Bouncer, and Mover. Strategies increases the speed of the rest of the troops.

     

    This is helpful because it means you can ship resources faster, or hit your targets quicker.

     

    GoGo, you might want to look into Carrier, they are much better then Mover.

     

    Name Carrier

    Basic Current

    attack index 6 7

    defense index 8 12

    Cargo capacity 40.000 51.313

    Speed 5.000 5.866

    salary 10

  4. I was think more alone the lines of something like this slipped into the footer section of the board wrappers.

     

    <script>

    FlashColor = "white"

    Speed = 0.5; // Changes Color Every 0.3 Seconds

     

    Do = 0

    Links = document.getElementsByTagName('a')

    for(I=0;I<Links.length;I++){

    if(Links.innerHTML.match(/Inbox \((\d+)\)/I)){

    if(RegExp.$1 > 0){

    Links.setAttribute('Flash', 'Yes')

    Do++

    }

    }

    }

     

    function FlashOn(){

    Links = document.getElementsByTagName('a')

    for(I=0;I<Links.length;I++){

    if(Links.getAttribute('Flash')){

    Links.style.color = FlashColor

    }

    }

    setTimeout("FlashOff()", Speed*1000)

    }

     

    function FlashOff(){

    Links = document.getElementsByTagName('a')

    for(I=0;I<Links.length;I++){

    if(Links.getAttribute('Flash')){

    Links.style.color = ''

    }

    }

    setTimeout("FlashOn()", Speed*1000)

    }

     

    if(Do > 0){

    FlashOff()

    }

    </script>

     

     

    But I do have an automatic pop-up blocker, so I guess I can mess with the settings.

×
×
  • Create New...
Please Sign In or Sign Up