PDA

View Full Version : How to read a second page in Canvas...


taiandre
06-09-2009, 02:31 PM
I need to find a way so I can read a second Lyric page, at the beginning of the Effect In of a first page, and send it directly at the output, WITHOUT destroying the original page that called that second page. Because my second page is persistent, I won't have a problem, at the output, to "play" both pages. My problem is more in the Canvas!!
Is there a way to do what I want??? If not, is there a macro command for that???

Thanks

Andre

jmdormany
06-10-2009, 10:16 AM
If you're talking about READING multiple pages to the CANVAS, this can be accomplished via SHIFT+READ.

taiandre
06-10-2009, 04:01 PM
Thanks for the answer. From your answer, I found that the equivalent macro commands would be:

Lyric.Message 2
Lyric.Read ,true
ActiveCanvas.Scene.Play PlayOutput, PlayWait

It does work fine, if the macro is played appart, but as soon as I play it in my Effect In of my page 1 and play that page, it loads the page 2, send it to the output but the page 1 is then gone from the canvas or output. Any help on this???