Hi, I have recently attempted to create a game using AS3, which works in a similar way to Pick-up-Sticks. As the objective is to select the “Stick” on the top of a stack, I am attempting to use the depth of each object to work out which sticks are at the top.
Unfortunately, I haven’t found a suitable solution to this issue. I understand the basic concepts of AS3 and it’s use of Index to replace Depth, but I have little experience with the language.
Any help would be appreciated, thanks!