The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
Basically, there are gonna be 3 frames - one for controls, one for the display and one for loading the variables used to direct the things on the screen. The thing is, the controls and variables frames will have to reload as quickly as possible to make the things move on the screen. This works fine on broadband, but what about 56k? Is it worth it? Is there any guaranteed way of keeping the connection open, or is there any way of doing this 'live' using PHP?
It could work, depending on how big the images are that you want to move.
This would probably work better as a JavaScript game though, rather than PHP. Load all the images first, and use JavaScript controls to move the image along, or whatever it is you intend.
Or, even better, Flash it :).
Basically, there are gonna be 3 frames - one for controls, one for the display and one for loading the variables used to direct the things on the screen. The thing is, the controls and variables frames will have to reload as quickly as possible to make the things move on the screen. This works fine on broadband, but what about 56k? Is it worth it? Is there any guaranteed way of keeping the connection open, or is there any way of doing this 'live' using PHP?