New topic: 

Game logic in a webpage

<http://forums.realsoftware.com/viewtopic.php?t=45235>

         Page 1 of 1
   [ 1 post ]                 Previous topic | Next topic          Author  
Message        Farflame          Post subject: Game logic in a webpagePosted: 
Mon Sep 03, 2012 2:38 pm                         
Joined: Tue Oct 05, 2010 6:25 am
Posts: 175                I'm playing around with writing some simple games in 
WE. What I'm looking to do is have a game which sits and runs on a server and 
then, when the player logs in, it shows the pages relevant only to him. I want 
the game to run in the background, with regular updates which would require 
timers. For this reason, I can't do all the logic in the app class because, as 
far as I know, I can't put timers in the app class. Correct me if I'm wrong, 
but the only place I could put timers would be on webpages, meaning I'd need to 
open a window myself and leave it open for the logic to continue running? I 
would need a special window for myself to allow me to edit the database for 
example, but it would be better if I didn't need to leave it open all day.

So in short, is there any way in WE I can keep timers running without having to 
leave a window open?   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 1 post ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to