PlaneShift
Gameplay => Newbie Help (Start Here) => Topic started by: Sean Lissner 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.
-
Rule says 18 or older man, sorry. Hey, I\'m not able to join yet either...If that makes it any better ;)
-
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:
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
-
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
-
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!
-
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