I am actionscript neophyte so to speak, I am loading scores from a text file with the following format
filelist=100,95,78,90,80
when attaching this to a button I am not envoking the trace function, nothing happens. This works fine without attaching it to a button--- it doesn't work when...