Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'nightly'

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