
HOW CAN I MAKE A KEY FOR RAISING SHAPES
Moderators: Víctor Paredes, Belgarath, slowtiger
- cartoonplayer
- Posts: 20
- Joined: Fri Aug 19, 2005 7:52 am
- Location: Egypt
- Contact:
HOW CAN I MAKE A KEY FOR RAISING SHAPES
HOW CAN I MAKE A KEY FOR RAISING SHAPES 

I think he wants a key short cut to raise and lower shapes instead of using the buttons.
You could look at the _tool_list.txt file in the Moho tool scripts folder.
There are a few keys left if you haven't used them for anything else. Just put in the keys in that text file for the raise and lower shapes...
... make a backup of that file of course just in case.
Put the key commands in those spots next to lower_shape and raise_shape.
Here is the spot you would look for...
-vern
You could look at the _tool_list.txt file in the Moho tool scripts folder.
There are a few keys left if you haven't used them for anything else. Just put in the keys in that text file for the raise and lower shapes...
... make a backup of that file of course just in case.
Put the key commands in those spots next to lower_shape and raise_shape.
Here is the spot you would look for...
Code: Select all
group Fill
color 232 220 204 255
tool lm_select_shape Q
tool fa_create_shape U
tool lm_line_width W
tool lm_delete_shape ...
tool lm_hide_edge H
button lm_lower_shape ...
button lm_raise_shape ...
- Víctor Paredes
- Site Admin
- Posts: 5814
- Joined: Wed Jan 26, 2005 12:18 am
- Location: Barcelona/Chile
- Contact:
- cartoonplayer
- Posts: 20
- Joined: Fri Aug 19, 2005 7:52 am
- Location: Egypt
- Contact:
I am wondering whether cartoonplayer means he wants to be able to change the position of layers in relation to one another, so one can go in front of or behind another. This is something that seems to catch out newbies. My solution is to translate layers thru z by a tiny fraction so that they don't actually change size and it works well.
You're very good at explaining things, Myles, especially with wee movies.....
Jeff
You're very good at explaining things, Myles, especially with wee movies.....
Jeff
And that is actually the only one effective solution... Well, another way could be play with duplicated Layers/Shapes and his alfa channel to "commute" between they, the only way to simulate such a function in the shapes case, but (for several reasons) I dislike this way of work...jeff wrote:My solution is to translate layers thru z by a tiny fraction so that they don't actually change size and it works well