home *** CD-ROM | disk | FTP | other *** search
- >
- > I'm programming with a friend of mine an arcade game called
- > Dark Ages. Five levels including different places and dif-
- > ferent enemies to fight. But during programming i had some
- > problems. Amos Pro doesn't allow user to use differents
- > sprite or bob banks at the same time. There are no commands
- > like SPRITE BANK n or USE SPRITE BANK n and so i would like
- > to know if i'm wrong and if there are others ways to
- > use more bob banks in a game.
-
- Nope - sprites, bobs and icons always come from bank 1. You could
- display a bob then swap banks and display another, but it won't work with
- sprites. (I don't actually know if it'll work at all, but you could try. :)
-
- --
- GCS -d+ H+ s++:- g+ p? !au a- w+++ !Productions 1995
- v* C+++ UB+++A++++ P++ L++ E+ N+++ http://satelnet.org/~mentat/
- K+ !W--- M-- V po- Y+ t++ 5+ jx G?
- R tv++ D- B--- e+ u** h f r++ !n y+ "No matter where you go, there you are."
-
-
-