Overriding the screen element

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
romero126
Posts: 200
Joined: Sat Dec 24, 2005 2:42 pm

Overriding the screen element

Post by romero126 »

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 »

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 »

exactly... pretty much thats what i want to do. and then redefine screen as a different variable.
Post Reply