
This is a new tutorial series where I'll show how to use Ren'Py's drag and drop system to make draggable and droppable items. I will go through the basics like how to make a drag displayable in a screen using Ren'Py script and how to use its properties. That will include both the ones that don't need Python functions and those that do.
I will also go through how to create drag objects using Python as this will be useful when working with one of the less talked about properties, namely "drag_joined" where you can join several drags to be dragged at the same time.
The example scripts for each video will be FREE and available to download in this post as each video comes out.
You can watch the tutorial playlist here: Ren'Py Drag & Drop System Tutorial
Hope you'll enjoy this series! Thanks for supporting the channel for more tutorials to come! 😊
Script Downloads
Part 1 script: Download
Part 2 script: Download
Part 3 script: Download
Part 4 script: Download