Discuss using and improving Lua and the Lua Player specific to the PSP.
Moderators: Shine , Insert_witty_name
romero126
Posts: 200 Joined: Sat Dec 24, 2005 2:42 pm
Post
by romero126 » Sun Jan 01, 2006 11:22 pm
Screen Override? is there a way to create a screen override? IE move the element to a different variable and interject your own manual override of the screen update event?
LuMo
Posts: 410 Joined: Sun Aug 21, 2005 2:45 am
Location: Austria
Contact:
Post
by LuMo » Mon Jan 02, 2006 12:53 am
uhm, what do you mean exactly?
something like [actually this is not working ;) ]
myscreen = screen;
myscreen.flip()
?? then define functions for your myscreen... like
myscreen.flash()
myscreen.fadein()
myscreen.fadeout()
??
greets
lumo
"Good artists copy, great artists steal."
Pablo Picasso
go2lumo.com
romero126
Posts: 200 Joined: Sat Dec 24, 2005 2:42 pm
Post
by romero126 » Mon Jan 02, 2006 1:51 am
exactly... pretty much thats what i want to do. and then redefine screen as a different variable.