论坛帮助 |
社区圈子 |
日历事件 |
2019-04-19, 14:46 | 只看该作者 #2 | ||
|
|||
正式会员
等级: 四袋长老
|
sel =doc.selection; for(var i=0; i<sel.length; i++){ var x=parseInt(Math.random()*sel.length); tmpPosition=sel[i].position; sel[i].position=sel[x].position; sel[x].position=tmpPosition; } |
||
右列会员因为此帖价值甚高向 songzongsen 表示感谢: |
korbackim (2022-02-18)
|
2019-04-19, 15:48 | 只看该作者 #3 | |||
|
||||
VIP会员
等级: 七袋长老
|
引用:
var abs=doc.artboards; for(var j=0; j<abs.length; j++) { abs.setActiveArtboardIndex(j) app.executeMenuCommand ('selectallinartboard') var sel=doc.selection; for(var i=0; i<sel.length; i++){ var x=parseInt(Math.random()*sel.length); tmpPosition=sel[i].position; sel[i].position=sel[x].position; sel[x].position=tmpPosition; } doc.selection=null; } |
|||
右列 2 位会员因为此帖价值甚高向 calvin530126 表示感谢: |
korbackim (2022-02-18),
songzongsen (2019-04-19)
|