Graphics/Other Crap Help

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

Post Reply
Guest

Graphics/Other Crap Help

Post by Guest »

Here post any questions reguarding graphics or "other crap".
Guest

Post by Guest »

JS Lemming, I CALL UPON YOUR WISDOM! :worship: :worship: :worship: :worship:

I have 6 things:

1) How do I make a timer ONLY add/subtract time while a button is held?

2) How do I make screen scrolling?

3) What good does locking and unlocking buffers do?

4) If I wanted to check if too images collided without the masked colors counting as the image, would I use the imagescollide or imageoverlap command? Or neither?

5) Would you suggest using one big spritesheet or several images?

6) If I use the loadanimimage command, and I have everything on one sheet, could I change the dimentions that I want each sprite to be so i wouldn't have to position a big sprite's pieces?

P.S. If you don't want to answer all of these, just answer the top two please. I can figure the others out on my own, just not as fast as I would if you told me. :spin:
Last edited by Guest on Mon Jul 05, 2004 12:37 am, edited 1 time in total.
Guest

Post by Guest »

Forget number 1 and 4
Guest

Post by Guest »

Forget number 6
Guest

Post by Guest »

How do I make charactor jump, like in video games? That may sound gay, But I tried like EVERYTHING! I just cannot get it!
Guest

Post by Guest »

Never mind, I figured jumping out! ; :D
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Question 2)

What exactly are you tring to scroll, a bitmap a tilemap what?

Question 5)

I would suggest you use a sprite sheet for each object, such as a character. Not only does it make it easier to mangage, but it saves space also (less header data required).
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
Guest

Post by Guest »

I am trying to scroll a tilemap.
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Can you post the code for it? I need to see what I'm working with. Bewarned, what your about to get into makes my head hurt with frustration...
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
Guest

Post by Guest »

.....No, I am sorry, I cannot. It's okay, you don't have to answer that then. I didn't actually START making a program that I needed it with, I was just trying to decide what to make when I'm finished with duck massacre, and thought I could use that with something...
User avatar
JS Lemming
Game Developer
Game Developer
Posts: 2383
Joined: Fri May 21, 2004 4:09 pm
Location: C:\CON\CON

Post by JS Lemming »

Thats ok :spin:
Small girl at the harbor wrote:Look Brandon, that crab's got ham!
Post Reply