| View previous topic :: View next topic |
| Author |
Message |
romero126
Joined: 24 Dec 2005 Posts: 200
|
Posted: Sun Jan 01, 2006 11:22 pm Post subject: Overriding the screen element |
|
|
| 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? |
|
| Back to top |
|
 |
LuMo
Joined: 21 Aug 2005 Posts: 410 Location: Austria
|
Posted: Mon Jan 02, 2006 12:53 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
romero126
Joined: 24 Dec 2005 Posts: 200
|
Posted: Mon Jan 02, 2006 1:51 am Post subject: |
|
|
| exactly... pretty much thats what i want to do. and then redefine screen as a different variable. |
|
| Back to top |
|
 |
|