Hi,
I have two questions. I have some variables that I need to round to the 4th decimal place. The number can range from any where between 1 through 100000. Is there anyway to round these numbers to the 4th decimal place?
Next question,
I have a print button on a frame. I want the frame to print in landscape. I have it setup now where you can print it and set whether to print in portrait or landscape manually. Is there anyway to set this up where it will automatically print in landscape? I am currently using the code:
on (release) {
print(this,"bmovie");
}
Thanks,
Jon
I have two questions. I have some variables that I need to round to the 4th decimal place. The number can range from any where between 1 through 100000. Is there anyway to round these numbers to the 4th decimal place?
Next question,
I have a print button on a frame. I want the frame to print in landscape. I have it setup now where you can print it and set whether to print in portrait or landscape manually. Is there anyway to set this up where it will automatically print in landscape? I am currently using the code:
on (release) {
print(this,"bmovie");
}
Thanks,
Jon