PDA

View Full Version : accessing view from script


lekin
06-19-2006, 05:54 AM
hi everybody!

i'm just having some basic problem with a picture viewing class.

i want a fading transition between my pictures so i need two views one fading in and the other fading out when i'm sweetching my pic.

to do that i need (i guess) two variables, one referencing the view i will display my new picture in and then fade it in and the second one referencing my 'old' view to fade it out.

so my question is... how to have a variable referencing a view and then use it?

thanks in advance for your help!