> all the images togeather are under 100k.. the background is the biggest...
> so size shouldent be a huge thing, I just havent carved the interface yet.

problem is not the total size of the images, but speed issues. Browsers are
simply not fast, and moving one layer with a single
background image is alot faster then moving one layer with many different
images.

> does any one have an idea about the focus with keypress problem?
> its driving
> me crazy! if I cant figure this out I may force the players to use
> up/down/left/right arrows that have to be clicked on to move, but
> that would
> slow things down a bit.

Keyevents should work normally (unless you use frames). Layer are not
capable of grabbing the focus from document key-events (sadly).


You might be interested in my megamania game engine code, just zipped it
into one package.. it's not finished, but an example of keycode is in there
(set up to be changed by the user..something that isn't in yet)  find it
here: http://www.dynamic-core.net/megamania.zip  it has some bugs but it
should give you an idea.


Pascal Bestebroer
[EMAIL PROTECTED]
http://www.dynamic-core.net



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to