> 
> you may have missed this in my last posting:

Klaus,

Indeed I did.

JimL

P.S. Another possibility you could also fake a transition. Then start your 
timer in the openCard handler of your destination card. 

In starting card:

on fakeTransition
        lock screen
        import snapshot from rectangle (the rect of next card) of next card
        put it into tempImage
        set the blendlevel of tempImage to 100
        unlock screen

        repeat with x = 100 down to 0 step -10
                set the blendlevel of tempImage to x
                wait 10 ticks with messages
        end repeat

        lock screen
        delete tempImage
        go next
end fakeTransition

In destination card:

on openCard
        startTimer
end openCard
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to