Search found 1 match

by banjobill
Tue Feb 15, 2011 9:17 pm
Forum: iOS Deployment
Topic: Visual Effects not working.
Replies: 8
Views: 6856

Re: Visual Effects not working.

Hi

I thought I'd mention that if you do need to use 'lock screen' then you can 'unlock' the screen with a visual effect e.g.

Code: Select all

on mouseUp
lock screen
//do stuff
unlock screen with visual effect dissolve
end mouseUp
Regards

Bill