Page 1 of 1

player pics

PostPosted: Sun Aug 01, 2010 11:46 am
by MrB
Just wondering if there is a way I can get a user to put their own pictures into a 'game'?

For example a player imports a picture and then drags and drops actors that work as labels for the picture.

Is this possible?

Re: player pics

PostPosted: Sun Aug 01, 2010 12:35 pm
by jimmynewguy
You can load images into a canvas, so technically yes but it would be very limited and laggy. The player would have to have a certain name for the file (ie "player") and search for pyro's load bit map function and use that, or maybe just loading the image which would be less laggy. Something you would just mess around with until it worked :)

http://game-editor.com/forum/viewtopic.php?f=6&t=5778 Pyro's function

Re: player pics

PostPosted: Sun Aug 01, 2010 2:29 pm
by MrB
Thanks for that, will have a good look at it.