When you want to get the name of the clicked movieclip use the currentTarget Event property
In the sample below you can see a function that create dynamically movieclips (createRows).
Each new movieclip have an event listener, when the user will click each one of the movieclips the name of the movieclip will be traced:
row_5
row_4
row_3
row_2
row_1
Subscribe to:
Posts (Atom)
linux bulk prefix filenames
In order to bulk add prefix to filenames in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...
-
In order to bulk add prefix to filenames in a directory run the following comnmand for f in * ; do mv -- "$f" "2018-05-24_...
-
After few weeks that I tried to set my guitar amplifier fender mustang 1 v2 to produce "crystal clear" sound + two days of th...
-
Copy & paste (ctrl+shift+V) into your terminal window sudo hd /sys/firmware/acpi/tables/MSDM *Might work on other...