-- superimpose.plan -- source: Pierre Marchand/Prince Charmand -- Required PageWidth = SourceWidth PageHeight = SourceHeight -- Records i = 1 while i <= PageCount do -- PushRecord(sourcepage, targetpage, rotation, x, y) PushRecord(i , 1 , 0, 0, 0) i = i + 1 end