Hello everyone!
I'm currently working on a big project in iMacros. I will release for free here on BHW when I'm done. But I have a problem. I want to make a macro that will automatically play first 1 macro, and then an other when the first is done and so on. The macro will need to play ~20 macros. I've searched the web and found out that iimPlay is the thing to use. I've tried to learn how to use it, but it just doesn't work. This is the code I use:
Of course is the code not excactly what I use, but you get my point. I did some more researches and I found that you can't to it an .iim file and you need to do it a .js file. Is that correct? If so, can anyone help me with that because I can't write a line javascript? If not, and you are able to do it directly from an .iim file can anyone tell me what I did wrong? Of course will I give rep
Thanks for your time!
I'm currently working on a big project in iMacros. I will release for free here on BHW when I'm done. But I have a problem. I want to make a macro that will automatically play first 1 macro, and then an other when the first is done and so on. The macro will need to play ~20 macros. I've searched the web and found out that iimPlay is the thing to use. I've tried to learn how to use it, but it just doesn't work. This is the code I use:
Code:
VERSION BUILD=8300326 RECORDER=FX
iimPlay("Folder1\Macro1.iim");
iimPlay("Folder1\Macro2.iim");
iimPlay("Folder1\Macro3.iim");
iimPlay("Folder1\Macro4.iim");
iimPlay("Folder1\Macro5.iim");
Of course is the code not excactly what I use, but you get my point. I did some more researches and I found that you can't to it an .iim file and you need to do it a .js file. Is that correct? If so, can anyone help me with that because I can't write a line javascript? If not, and you are able to do it directly from an .iim file can anyone tell me what I did wrong? Of course will I give rep
Thanks for your time!