A couple things you can try:I know JS is pretty good about figuring out variable types, but you could try:_satellite.setVar('featuredTileNumber',tileIndex.toString());You also aren't telling the getVar to do anything. Typically it would be either be to a console output, or assigning it to another va...