Page 2 of 4

Re: ASLua.com - unofficial Anime Studio scripting documentat

Posted: Thu Aug 04, 2016 6:53 pm
by synthsin75
I don't know what hosting service Stan may be using, but I think he lives in Russia. Your IT may have blacklisted Russian ISPs?

Re: ASLua.com - unofficial Anime Studio scripting documentat

Posted: Thu Aug 04, 2016 11:18 pm
by Stan
No, Wes, that shouldn't be the issue. I'm using hostdeal.com, and I believe the servers are either in Canada or Northern US.
It may be a browser cache issue, or a network issue, I hope the IT guy can answer that.
BTW, I'm originally from Soviet Union (Ukraine), but I live in Massachusetts for the last 15 years.

Re: ASLua.com - unofficial Anime Studio scripting documentat

Posted: Fri Aug 05, 2016 12:41 am
by synthsin75
Thanks Stan, I'm not sure I ever knew that.

Re: ASLua.com - unofficial Anime Studio scripting documentat

Posted: Sun Aug 07, 2016 4:45 am
by strider2000
I was looking over some code and just wondering if any of the doc tools
http://lua-users.org/wiki/DocumentingLuaCode
are being used to create the unofficial Anime Studio scripting doc or is it done manually. I find it very helpful at times. So thank you. :)

My thought springs from want to create doc for my own scripts. I'd like to use something like javadoc, and LDoc looks pretty good
https://github.com/stevedonovan/LDoc

http://stevedonovan.github.io/Penlight/api/index.html and
http://stevedonovan.github.io/winapi/api.html
are examples of the output.

While I'm at it, does anyone else use github for their scripts? Might be an easy way to collaborate.

Re: ASLua.com - unofficial Anime Studio scripting documentat

Posted: Sun Aug 07, 2016 10:41 am
by hayasidist
when I post examples on ASLua they're generally cut and paste from whatever I was working on.

more about the site, and how to contribute to it should you so desire, is here: http://www.kelleytown.com/forum/animato ... IC_ID=3178

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Mon Nov 07, 2016 3:12 am
by Stan
ASLua.com is now MohoScripting.com

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Sat Dec 09, 2017 12:38 am
by Rodney
Does anyone know where I can get the Swiss army bones script?

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Sat Dec 09, 2017 12:48 pm
by hayasidist
it's here. http://www.kelleytown.com/forum/animato ... IC_ID=2369 but you might need to get a (free) log on to that site

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Wed Jan 16, 2019 5:54 am
by Stan

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Wed Jan 16, 2019 6:03 am
by synthsin75
Wow, that's amazing, Stan! I had no idea you planned to take that script generator tool so far. This will save a ton of time.

Great job!

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Wed Jan 16, 2019 6:15 am
by Stan
Thanks Wes! Please give it a try, any feedback is highly appreciated.

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Wed Jan 16, 2019 8:38 am
by hayasidist
:shock: amazing! Nice work.

and - if you can just add a button that will read my mind and write the body of the script I'm thinking about … :D :D

more seriously -- things I often want to do are such as "for all selected<moho item>" and there are a few examples of these in the code snippets section. Recognising the scale of this challenge - do you have plans to enable items in code snippets to be configurable and then dropped into the code?? That would be a tremendous next step!

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Wed Jan 16, 2019 10:48 am
by Lukas
Wow, that's amazing! :shock:

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Thu Jan 17, 2019 4:29 pm
by Stan
hayasidist wrote:more seriously -- things I often want to do are such as "for all selected<moho item>" and there are a few examples of these in the code snippets section. Recognising the scale of this challenge - do you have plans to enable items in code snippets to be configurable and then dropped into the code?? That would be a tremendous next step!
The problem is that such a loop can be inserted into many thing - the Run method, the HandleMessage method, on mouse/keyboard events, even multiple times... So, I cannot really picture how this can be handled in a convenient way. Any ideas, anyone?

Re: MohoScripting.com - unofficial Moho scripting documentat

Posted: Thu Jan 17, 2019 5:57 pm
by synthsin75
Maybe just add an "Insert" dropdown that lists all the code snippets under each Keyboard/Mouse Controls function. You'd want to show the Run function for button/menu scripts, and probably see about having a new "Insert" dropdown appear after one's been used. No idea how hard that may be to do.


I can't seem to delete the first GUI element I add.