I am makeing a game and i need to make it so that when you put things like combining string with string will make a ball of string. I have no idea where to start the code, can someone give me atleast an example to work with or somthing please?
|
I want them to left click and drag the string onto the other string to make the string ball, after they drop the strings together to tmake hte string ball, i want the string they use to make the ball to dissapear.
|
Taf71399 wrote:
left click and drag the string onto the other string to make the string ball,For this, you want MouseDrop(). after they [make the string ball], i want the string they use to make the ball to dissapear.For this, you can simply use 'del'. // This is the full format of MouseDrop(), given by the DM Reference. If you're serious about requiring the left-click, all you need to do is this: MouseDrop(...) |
How do you want the player to combine the string together?