mf
25th March 2003, 22:26
If I simply insert this in my script, all works:
PointResize(720, 480)
But, if I make it a function:
function mftest(clip clip) {
clip.PointResize(720, 480)
}
mftest()
- it gives me a "Invalid arguments to function PointResize".
Without the clip. in front of it, it's the same.
PointResize(720, 480)
But, if I make it a function:
function mftest(clip clip) {
clip.PointResize(720, 480)
}
mftest()
- it gives me a "Invalid arguments to function PointResize".
Without the clip. in front of it, it's the same.