Search found 4 matches

by Maniaxe
Sun Jan 09, 2011 11:13 am
Forum: SGDK
Topic: Sega Genesis Dev Kit (SGDK)
Replies: 853
Views: 1463141

Hi everyone!

I use the last GenDev kit and i have some problems with sprites management, if someone have similar problem or can help me :? ...

I opened a new post at this adress : viewtopic.php?t=643

Thk's a lot again for Genkit!! :)
by Maniaxe
Sun Jan 09, 2011 11:04 am
Forum: SGDK
Topic: Stef devkit - Sprite drawing problem
Replies: 4
Views: 6058

Up, one year after... ^^

I'm sorry but i would like to draw some sprites in different order.

Actually, i just want to manage drawing prority of sprites as in Crusader of Centy ( for exemple ^^ ) :

http://bennyrebirth.cosmixradio.fr/upload/vdm_link.png

I tried but when link properties aren't in ...
by Maniaxe
Mon Dec 07, 2009 1:28 pm
Forum: SGDK
Topic: Stef devkit - Sprite drawing problem
Replies: 4
Views: 6058

That's work!!!! :)

Thanks a lot for this quick reply!
Now, I can try to draw layers.. Humm

Many thks again!
by Maniaxe
Mon Dec 07, 2009 12:28 pm
Forum: SGDK
Topic: Stef devkit - Sprite drawing problem
Replies: 4
Views: 6058

Stef devkit - Sprite drawing problem

Hi everyone!
I try to make a small project with the stef's devkit, but i have a small problem with sprites.

When i try to draw more than one sprite, only the first is drawed.

I use VDP_setSpriteP to init sprite, like this :

VDP_setSpriteP(0,24,64,SPRITE_SIZE(4,4), 0, 0);
VDP_setSpriteP(1,64,64 ...