Wow, that’s surprisingy inflexible. But thanks for clearing that up. By the way, I realized that I misunderstood fundamentally how partcile scripts w…
Cool! These will come in handy when I make the next scenes. Thanks! However, I don’t want to redo this scene so I solved it using an animated textur…
Ha! It works. This is my final code: theDialog = dotNetObject “System.Windows.Forms.OpenFileDialog” theDialog.title = “PLEASE Select One Or Mor…
Ah! Going trough the array was a bit easier to understand at first. But now I get how the less convoluted way works! By the way, here is my final cod…
Yes! It is, thank you! Searching some more about getcurrentselection() i found this: allObjects = objects as array for i = 1 to allObjects.count …