I am making a videogame with my students, when they click on an object during the game, they want to make an exact copy of that object and attach it to the first one, can you help with this?, thanks in advance
1 Like
Here is an example CoSpace of how you could accomplish this. In this example, you can choose from two clickable objects to copy and attach to a stack. There are explanations of each section of code in the comments. Let me know if that helped!
Example of Clickable items, cloning and attaching to a stack