MohoScripting.com - unofficial Moho scripting documentation

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: ASLua.com - unofficial Anime Studio scripting documentat

Post 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?
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: ASLua.com - unofficial Anime Studio scripting documentat

Post 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.
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: ASLua.com - unofficial Anime Studio scripting documentat

Post by synthsin75 »

Thanks Stan, I'm not sure I ever knew that.
User avatar
strider2000
Posts: 506
Joined: Sat Mar 07, 2015 5:14 pm
Contact:

Re: ASLua.com - unofficial Anime Studio scripting documentat

Post 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.
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: ASLua.com - unofficial Anime Studio scripting documentat

Post 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
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: MohoScripting.com - unofficial Moho scripting documentat

Post by Stan »

ASLua.com is now MohoScripting.com
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
Rodney
Posts: 1
Joined: Fri Dec 08, 2017 8:21 am

Re: MohoScripting.com - unofficial Moho scripting documentat

Post by Rodney »

Does anyone know where I can get the Swiss army bones script?
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: MohoScripting.com - unofficial Moho scripting documentat

Post 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
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: MohoScripting.com - unofficial Moho scripting documentat

Post by Stan »

________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: MohoScripting.com - unofficial Moho scripting documentat

Post 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!
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: MohoScripting.com - unofficial Moho scripting documentat

Post by Stan »

Thanks Wes! Please give it a try, any feedback is highly appreciated.
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
User avatar
hayasidist
Posts: 3492
Joined: Wed Feb 16, 2011 8:12 pm
Location: Kent, England

Re: MohoScripting.com - unofficial Moho scripting documentat

Post 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!
User avatar
Lukas
Posts: 1294
Joined: Fri Apr 09, 2010 9:00 am
Location: Netherlands
Contact:

Re: MohoScripting.com - unofficial Moho scripting documentat

Post by Lukas »

Wow, that's amazing! :shock:
Stan
Posts: 199
Joined: Sun Apr 19, 2009 3:22 pm

Re: MohoScripting.com - unofficial Moho scripting documentat

Post 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?
________________________________________________________________________
https://mohoscripting.com/ - Unofficial Moho Lua scripting documentation
https://mohoscripts.com/ - The best place to publish and download scripts for Moho
User avatar
synthsin75
Posts: 9934
Joined: Mon Jan 14, 2008 11:20 pm
Location: Oklahoma
Contact:

Re: MohoScripting.com - unofficial Moho scripting documentat

Post 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.
Post Reply