Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How does one store .gifs and other images without a libary
#41
If no one can help than can someone teach me how to animate.
·····································LINEAR INC·····································
Ø-----------------------------------------------------------------------O
From Problem to Solution - We take the shortest distance
Reply
#42
the drawings or in the game? in the game there's millions of ways, it's just having all the sprites stored in memory and displaying them in an order. for instance you might have an 8 frame running animation and then you'd show sprites 1 through 8 over and over when the character is running. i'd store them in ems/xms memory and use something like a handle to identify it. most libraries have functions for this. but if you arent using libraries, your best bet without writing your own sprite blitter is to use multiple dimension arrays like this

dim sprite (4000, 24) as integer

and then use GET/PUT

but all you could get is the very, very limited memory qb (and near memory itself) gives you.
i]"I know what you're thinking. Did he fire six shots or only five? Well, to tell you the truth, in all this excitement, I've kinda lost track myself. But being as this is a .44 Magnum ... you've got to ask yourself one question: 'Do I feel lucky?' Well, do ya punk?"[/i] - Dirty Harry
Reply
#43
wiz showed me the dim way. Could you show me some code that I could work with. And also I'm still hoping someone will raise their hand and offer help
·····································LINEAR INC·····································
Ø-----------------------------------------------------------------------O
From Problem to Solution - We take the shortest distance
Reply
#44
Is there no where I can go for recruits?
·····································LINEAR INC·····································
Ø-----------------------------------------------------------------------O
From Problem to Solution - We take the shortest distance
Reply
#45
Quote:Is there no where I can go for recruits?

Nope. You're going to need to cut this project down to a size that fits your allotted time and programming skills.
Reply
#46
:barf:

I'm gonna regret this
·····································LINEAR INC·····································
Ø-----------------------------------------------------------------------O
From Problem to Solution - We take the shortest distance
Reply
#47
People don't have time to complete their own projects, so understand that they don't join in someone else's project... And maybe you find help in coding, but in GFX... aw, forget it! Only 10% of people here can do nice GFX..., and they are way too busy. Also, I don't think nobody would do a bunch of burning GFX design to a project what is likely to be cancelled (I am not saying that you're gonna cancel your project, I'm talking about the 98% of QB projects, which are cancelled -> That's why people don't like to team).

Also, the exams are ... NOW!!! (fear)
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)