Snap-shotting around
Posted: Sun Nov 08, 2015 9:24 am
This message is my response to a thread on the Use-List about taking screen shots of stacks that are off screen.
This sounds very odd as, surely, EXPORT SNAPSHOT exports a snapshot of whatever is inwith the rect or object defined.
I wonder if, instead of doing export snapshot from stack xxx you might not be better doing export snapshot from card zzz: my experience
of doing the thing from the stack has not been altogether satisfactory . . . Oops . . . haven't tried that since DreamCard 2.6 (remember
that???): just tried export snapshot from stack xxx and it "threw a bluey", so I don't know what you are doing.
However, export snapshot from card zzz does a perfectly respectable job.
When moved off screen:
on mouseUp
set the moveSpeed to 65000
move stack "splat" to -400, -400
wait 10 ticks
export snapshot from card id 1002 of stack "splat" to file "splatCARDoffScreen.png" as PNG
wait 10 ticks
move stack "splat" to 400, 400
end mouseUp
it does just as good a job as on screen.
This sounds very odd as, surely, EXPORT SNAPSHOT exports a snapshot of whatever is inwith the rect or object defined.
I wonder if, instead of doing export snapshot from stack xxx you might not be better doing export snapshot from card zzz: my experience
of doing the thing from the stack has not been altogether satisfactory . . . Oops . . . haven't tried that since DreamCard 2.6 (remember
that???): just tried export snapshot from stack xxx and it "threw a bluey", so I don't know what you are doing.
However, export snapshot from card zzz does a perfectly respectable job.
When moved off screen:
on mouseUp
set the moveSpeed to 65000
move stack "splat" to -400, -400
wait 10 ticks
export snapshot from card id 1002 of stack "splat" to file "splatCARDoffScreen.png" as PNG
wait 10 ticks
move stack "splat" to 400, 400
end mouseUp
it does just as good a job as on screen.