sprite studio
7 posts
• Page 1 of 1
- aapman55
- Senior Member
-
- Posts: 66
- Joined: Sun Apr 15, 2012 4:00 pm
- Calculators: Casio fx-9860G
sprite studio
Hi all,
i downloaded ku calcs sprite studio, but have no idea how to put the generated code (with grayscales) to the screen. Can anyone help me?
i downloaded ku calcs sprite studio, but have no idea how to put the generated code (with grayscales) to the screen. Can anyone help me?
- helder7
- Senior Member
- Posts: 369
- Joined: Tue Jan 03, 2012 11:24 pm
- Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400
tutorial Drawing Simple Sprites: http://revolution-fx.sourceforge.net/simplesprites.html
SiO2 + CaCO3 ----------> CaSiO3 + CO2
- helder7
- Senior Member
- Posts: 369
- Joined: Tue Jan 03, 2012 11:24 pm
- Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400
i dont know, for bigger sprites i use this routine:
and i can call the sprites using a code like this:
Disadvantage: doesnt support grayscales.
You can use this tool to convert sprites (without grayscales) : Link Dead
- Code: Select all
void DrawPicture (int x,int y,int width,int height,unsigned char * pGraph)
{
DISPGRAPH dg;
dg.x = x;
dg.y = y;
dg.GraphData.width = width;
dg.GraphData.height = height;
dg.GraphData.pBitmap = pGraph;
dg.WriteModify = IMB_WRITEMODIFY_NORMAL;
dg.WriteKind = IMB_WRITEKIND_OVER;
Bdisp_WriteGraph_DDVRAM(&dg);
}
and i can call the sprites using a code like this:
- Code: Select all
DrawPicture (12, 0,104,11,SPRITE_NAME);
Disadvantage: doesnt support grayscales.
You can use this tool to convert sprites (without grayscales) : Link Dead
SiO2 + CaCO3 ----------> CaSiO3 + CO2
Re: sprite studio
Does somebody still have a download link to sprite studio? I just found one on UCF but it's dead.
- helder7
- Senior Member
- Posts: 369
- Joined: Tue Jan 03, 2012 11:24 pm
- Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400
Re: sprite studio
New download link to sprite studio: http://www.multiupload.nl/ZXIECNBIWS
SiO2 + CaCO3 ----------> CaSiO3 + CO2
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 26 guests