Is there any possible way to make the screen fade, black out, or any other transitions like that? I'm creating a puzzle game and I think everything would look much smoother if I could fade the screen or something when the player restarts the level and do some processing while the transition is being made.
ID:273364
Feb 28 2010, 5:49 am
|
|
Feb 28 2010, 6:03 am
|
|
Using client.screen and an object with screen_loc="1,1, to 11,11" or whatever your screen size is would be the easiest way. Just add that to the client.screen, flick the fade in/fade out animation, then remove it from the screen when you are ready for the player to see again.
|