Aesprite scripting tutorials

Are there any aseprite scripting tutorials?

hi rjphares! sadly, i don’t think there are any.
the next best option is probably just to dig though the script examples: GitHub - aseprite/Aseprite-Script-Examples: Examples of scripts for Aseprite v1.2.10 that you can modify and use for your own custom actions
and scripts other users made: Aseprite Scripts Collection to see a bit how it’s done.
of course check the API documentation (at this moment incomplete however): GitHub - aseprite/api: Scripting API for Aseprite
and for information on lua you can look into their reference manual: Lua 5.4 Reference Manual - contents programming in lua book: Programming in Lua (first edition) or other tutorials on web.

3 Likes