Page 1 of 1
flip graphic
Posted: Mon Nov 26, 2007 3:30 am
by petero
I can flip a selected graphic in edit mode using the Object menu. However, I can't seem to do it in a script.
The following does not work"
flip graphic "Graphic 3" horizontal
Thanks in advance for any suggestions.
peter
Posted: Mon Nov 26, 2007 6:54 am
by Janschenkel
Hi Peter,
Not every object can be arbitrarily flipped and rotated; in fact, the 'flip' command only works for images. What the Revolution IDE does for you when you filp the graphic, is recalculate the 'points' of the selected graphic.
To find out more about how the Revolution IDE's Object menu works, type the following in the message box:
Code: Select all
edit script of button "Object" of group "revMenubar" of stack "revMenubar"
then hit return. You should be taken to the script of the menu.
Hope this helped,
Jan Schenkel.