Author Topic: Joining the Programming Team  (Read 1110 times)

Sean Lissner

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
Joining the Programming Team
« on: May 17, 2005, 03:04:03 am »
I may be only 13 but in the past ive experienced many things i had to program such as Blizzard Games maps, Flash animations, Flash games and the such and i know how to edit almost any file so if i can join please respond to me.

Talamir

  • Hydlaa Resident
  • *
  • Posts: 195
    • View Profile
(No subject)
« Reply #1 on: May 17, 2005, 03:14:02 am »
Rule says 18 or older man, sorry. Hey, I\'m not able to join yet either...If that makes it any better ;)

Androgos

  • Guest
(No subject)
« Reply #2 on: May 17, 2005, 01:17:36 pm »
He, age has got nothing to do with it if you have the skills :)

I joined when I was 14.
Now, coding a MMORPG isn\'t flash, it\'s fair and square C++.

You know, stuff that looks like:
Quote

   
    btn->SetBackground(bg.GetData());
}

//This is called everytime a window that has a button closes
void pawsControlWindow::WindowClose(pawsWidget* wnd)
{
    pawsButton* btn = FindButtonFromWindow(wnd->GetName());
    Icon* icon = GetIcon(btn->GetName());
    icon->IsActive = false;  
    btn->SetBackground(icon->orgRes.GetData());
}

bool pawsControlWindow::OnMouseDown(int button, int modifiers, int x, int y)
{
    if(keyboard->GetKeyState(CSKEY_SHIFT))
        return pawsWidget::OnMouseDown(button,modifiers,x,y);

    psMainWidget* mainWdg = (psMainWidget*)parent;
    pawsWidget* at = mainWdg->OtherWidgetAt(this,x,y);
    return at->OnMouseDown(button,modifiers,x,y);
}

bool pawsControlWindow::OnMouseUp(int button, int modifiers, int x, int y)
{
    if(keyboard->GetKeyState(CSKEY_SHIFT))
        return pawsWidget::OnMouseDown(button,modifiers,x,y);

    psMainWidget* mainWdg = (psMainWidget*)parent;
    pawsWidget* at = mainWdg->OtherWidgetAt(this,x,y);
    return at->OnMouseUp(button,modifiers,x,y);
}


If you know C++, speak with Vengeance / acraig on IRC

Kunisch

  • Traveller
  • *
  • Posts: 32
    • View Profile
(No subject)
« Reply #3 on: May 17, 2005, 02:23:52 pm »
Just to clarify, the rules say 18, but you can join if you get your parents to sign same documents. But in general the rules say 18 or above. The easiest thing would be to send a mail to the team leader and take everything from there:

http://www.planeshift.it/helpus_recruit.html

/Kunisch
The dark empire has no servants, only souls seeking infinite power.  

Do please read http://laanx.fragnetics.com/  and http://www.planeshift.it/main_01.html and use the search button before posting. thanks

Sean Lissner

  • Wayfarer
  • *
  • Posts: 6
    • View Profile
(No subject)
« Reply #4 on: May 18, 2005, 01:53:13 am »
I\'ll just wait till im older and know just a little more about programming, so i\'ll message you later about this. See you Around!

Talamir

  • Hydlaa Resident
  • *
  • Posts: 195
    • View Profile
(No subject)
« Reply #5 on: May 18, 2005, 04:06:32 am »
Quote
Originally posted by Kunisch Just to clarify, the rules say 18, but you can join if you get your parents to sign same documents. But in general the rules say 18 or above. The easiest thing would be to send a mail to the team leader and take everything from there: http://www.planeshift.it/helpus_recruit.html /Kunisch


Well, news to me..that opens up new possibilities for my future here :D