Masterptc
Regular Member
- Aug 9, 2011
- 421
- 603
You need to read the text file it has the instructions on how to change the loops.Its a Java script cant use the Play loop option...How do I extend the loops without having to manually press Play every time the cycle of loops ends? which is a max of 8 loops.
Yes i recommend no more than 50 to be safe, if you want more use the AMF-Master scriptI am setting loop as 50 now Is that safe enough? How can set 100 as loop?
var loopRandom = Math.floor(Math.random()*30 + 20); loopRandom;
That code you have there is for 20-50 loops.
100 Loops: (You can change the number to whatever you want)
Code:
var loopRandom = 100;
Script works perfectly. Though as said above, you need to close the browser in order to stop the Script. (Pausing works)
Ill release an update soon that will fix the problem.