Advertising
advertising
related pastes to tag 'nightly'
- 737680 - MMOE Nightly - Window Widget: mmoe nightly preview example
-
- var w = new Window({
- caption: 'About MMOE',
- size: [400, 200],
- contents: 'MMOE stands for Massively-Multiplayer Open-Source Engine, and is freely available '+
- 'for download as builds or source code. This is the the MMOE Web Client, which tries to emulate ' +
- 'traditional desktop-application behavior and usability, which can allow MMOE developers to create ' +
- 'exciting applications or games.',
- 737678 - MMOE Nightly - Menu Widget: mmoe nightly preview example
-
- riseOrFall.Menu.build({
- File: {
- items: {
- Disconnect: {},
- Exit: {
- onclick: function(){
- document.close();
- location.href = "about:blank";
- 737677 - MMOE Nightly - Menu Widget: mmoe nightly preview example
-
- riseOrFall.Menu.build({
- File: {
- items: {
- Disconnect: {},
- Exit: {
- onclick: function(){
- document.close();
- location.href = "about:blank";