Gents, I was wondering if I could trouble you for help on another Maxscript question. My progress on the flipping tiles animated bumper is going well but I have hit a snag. Below is the section of code that I am having an issue with: select $Tile_*GTiles = $ as Array--print GTilesclearselection()select $WAVEnumfaces =…
It appears that I still have more to learn. While the code works on my small sample scene it is not working on the master scene. The following is my code: select $Tile_*GTiles = $ as Array--print GTilesnumfaces = $WAVE.GetNumFaces()--print numfacesSTime = 0--clearselection()for t = 0 to 132 do( sliderTime = STime for x = 1…