Search found 2 matches

by Marman57
Wed May 17, 2006 8:13 am
Forum: PSP Lua Player Development
Topic: help w/ Image transparency & object Collision
Replies: 3
Views: 2535

I am not exactly sure on how to set this up. Can you please elaborate on what you mean by "for transparent colours use Color.new(r, g, b, a)" I did set the alpha channel to true in my image:blit(....) but nothing changed. Do i need to do anything to the actual image in Windows paint or oth...
by Marman57
Wed May 17, 2006 3:23 am
Forum: PSP Lua Player Development
Topic: help w/ Image transparency & object Collision
Replies: 3
Views: 2535

help w/ Image transparency & object Collision

I am new to programming and my first game I am working on is a side scrolling game and I am trying to remove the white box that forms around the images that I blit into my game. What do i need to do to make the white box transparent. Also I am having a hard time making collisions with objects. I can...