On 2/27/06, Hershel Fisch <[EMAIL PROTECTED]> wrote: > Hi, > I trying to print > On mouseUp > Print this cd from topLeft to rightBottom > End mouseUp > > I get an error > executing at 5:28:58 PM > Type print: coordinate not a point > Object Print > Line print cd from topLeft to righBottom > Hint topLeft >
Every object has the properties "topleft" and "bottomRight". You need to specify which object's properties you want to use to limit the printing. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
