Skip to content

Commit

Permalink
Repeat Horizontal now defaults to 9 repeats
Browse files Browse the repository at this point in the history
  • Loading branch information
bomberstudios committed Aug 7, 2012
1 parent d04afaf commit 628e01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Effects/Repeat Horizontal.jsf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ try {
alert("This command requires the bs.js library\rGet it at http://github.com/bomberstudios/fireworks/");
};

var copies = orangecommands.params || prompt("Number of copies",10),
var copies = orangecommands.params || prompt("Number of copies",9),
spacing = orangecommands.params || prompt("Distance",10);

(copies).times(function(){
Expand Down

0 comments on commit 628e01b

Please sign in to comment.