ID:2130701
 
(See the best response by Kaiochao.)
Code:
animate(src, alpha =100, pixel_z=128, time =10)


Problem description:
For some reason alpha =100 command is working, but pixel_z is not.

I was also trying to apply pixel_x,pixel_y and nothing seems to work.
Best response
If this is for an object in client.screen, you have to use transform because pixel_ offsets have no effect.
I see thanks. Now i feel really stupid :D