Try directly refferencing it, without putting the symbol part
d.innerHTML=‘blah’;
also try changing the name to something more detailed,
symbolText.innerHTML=‘blah’
Just starting to work with symbols and wondering what the problem could be with the
"hypeDocument.getSymbolInstanceById(‘ball_thrown_off_cliff’)" part.