copypixel out of stage 2003-12-11 - By Alexx
Back Hi
I'm trying to do copypixels from the stage image, but outside the stage viewing area
My visible stage is 512x512 big, and I want to do copypixels all around of this area
when compiling my movie, i set the stage size to 1024x1024, and in the startmovie script I put something like (the satge).rect=rect(0,0,512,512)
So I got an extra area of 512 pixel to the right and to the bottom of my stage to do hidden copypixels.
but I can't find a way to enable copypixels on the left or on the top of this area... I always got blank images :(
I tried to change the drawrect property, but the result is the same. ie :
I put all my stuff in the center of my 1024x1024 stage so it's in th rect 256,256,768,768 The, I've got a 256 pixels margin all around my main "movie"
in the starmovie, I put these line, to crop the stage view at runtime, to only view this centered area
(the stage).drawrect=rect(-256,-256,768,768) (the stage).rect=rect(0,0,512,512)
so, then I got back my 512x512 movie, but the copypixels on the left and on the top still gives me blank images :(
any idea to solve this please ?
bye
Alexx
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ dirGames-L mailing list - dirGames-L@(protected) http://nuttybar.drama.uga.edu/mailman/listinfo/dirgames-l
Earn $52 per hosting referral at Lunarpages.
|
|