At 2:41 AM -0700 9/26/2002, Sylvain Le Gourri�rec wrote: > hello, how can I set a concave 3-D border ? Default is rather >convex...
Reverse the topColor and bottomColor to change the appearance of the object between concave and convex. (Which one is on the top left, and which is on the bottom right, depends on the type of object.) You can do this in a script or the multi-line message box: get the topColor of the selectedObject set the topColor of the selectedObject to the bottomColor of the selectedObject set the bottomColor of the selectedObject to it Or else just select the object and use the Colors palette to change the top and bottom color to suitable ones. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
