bringToFront: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
Moves the token in front of all of the other tokens on the same layer. | Moves the token in front of all of the other tokens on the same layer. | ||
===Usage=== | |||
<source lang="mtmacro" line> | <source lang="mtmacro" line> | ||
[h: sendToBack()] | [h: sendToBack()] | ||
</source> | </source> |
Revision as of 10:59, 1 December 2008
Function bringToFront
Note: This refers to a proposed change that has not been implemented in the main code base yet.
Moves the token in front of all of the other tokens on the same layer.
Usage
[h: sendToBack()]