res1afval's messages

Public messages for res1afval

avatar for DIDDO2
DIDDO2

May 27, 2009 10:44am

We haven’t chatted since that last shout I sent, maybe we should chat soon

avatar for DIDDO2
DIDDO2

Dec 6, 2008 8:56am

no i don’t.

avatar for DIDDO2
DIDDO2

Dec 6, 2008 6:31am

btw add me

avatar for DIDDO2
DIDDO2

Dec 3, 2008 5:59am

Nice Games

avatar for Uchiha
Uchiha

Aug 25, 2008 9:53am

function deadClick () {

}

var myMenu:ContextMenu = new ContextMenu();

myMenu.hideBuiltInItems();

var brnotice:ContextMenuItem = new ContextMenuItem(“TEXT FOR LINE 1 HERE”, deadClick);

var hqa:ContextMenuItem = new ContextMenuItem(“TEXT FOR LINE 2 HERE”, deadClick);

hqa.separatorBefore = true;

myMenu.customItems.push(brnotice…

show more