Plotting to Screen
Colin Ferris (399) 1814 posts |
What is the best method – to plot to the screen the whole buffer/sprite area that’s in the rma? |
David J. Ruck (33) 1635 posts |
Sorry, don’t think that’s what you are after. |
Jon Abbott (1421) 2651 posts |
I’m not entirely clear on what you’re after, but I think you want to plot a Sprite to fill the screen without having to first save it? If so, OS_SpriteOp 52 will allow you to scale it to fit the current screen, or just use OS_SpriteOp 34 if you don’t need to scale. |