actionscript 3 - AS3: Error Access of undefined property -


hey guys seem having huge brain fart today, can't see figure out doing wrong here when creating button. here's lines of code set of eyes me figure out i'm doing wrong.

name_btn.addeventlistener(mouseevent.click, scrollbox);  function scrollbox(event:mouseevent):void{  } 

i left out code in between these 2 lines there wasn't lot of things go through.


Comments

Popular posts from this blog

python - Referencing Data From a 2D Histogram -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -

c# - Derived UserControl layout resets after build -