Search found 5 matches

by MuffinKing
Sun Dec 18, 2005 8:10 am
Forum: PSP Lua Player Development
Topic: Help with controls!
Replies: 3
Views: 1720

Well, my knowledge of Lua is pretty skimpy, but usually what you need to do in a situation like this is to create a "flag" variable that indicates whether the image should be displayed, and then set or reset that flag based on the appropriate events. You didn't specify the circumstances u...
by MuffinKing
Sat Dec 17, 2005 10:47 am
Forum: PSP Lua Player Development
Topic: Help with controls!
Replies: 3
Views: 1720

Help with controls!

I hate double posting but people don't seem to see my first one... sigh. Anyway, I just want this piece of code: if pointer_x >= 0 and pointer_x <= 98 and pointer_y >= 245 and pointer_y <= 272 and pad&#58;cross&#40;&#41; then screen&#58;blit&#40;0,245,startpushed&#41; end For...
by MuffinKing
Fri Dec 16, 2005 12:47 pm
Forum: PSP Lua Player Development
Topic: Help with screen blitting and controls!
Replies: 0
Views: 928

Help with screen blitting and controls!

I'm a bit of a noob I know but hey I'm learning. I'm currently designing a "shell" because im bored and I can't think of a simple game to create. Anyway, I'm trying to work on the start menu, and whereas I can't get it to stay without letting go X. Is there anyway for it to stay when I let...
by MuffinKing
Tue Dec 13, 2005 12:17 pm
Forum: PSP Development
Topic: Blitting Images...
Replies: 2
Views: 1203

Take a look at the Blit example that came with the latest PSPSDK. It's in "samples\gu\blit" Or you can have a look of the source code of my game and engine: http://forums.ps2dev.org/viewtopic.php?t=4286 Wow nice game!!!!!!! I would love to try it out once your done... can I be a beta test...
by MuffinKing
Tue Dec 13, 2005 11:12 am
Forum: PSP Development
Topic: Blitting Images...
Replies: 2
Views: 1203

Blitting Images...

I'm currently learning C programming at cprogramming.com. To no avail, I don't know how to blit images or anything, just print and use if statements and variables. I would like to know how to blit images with libpng and how to have a cursor if possible, no this isn't for a shell but for something el...