View difference between Paste ID: 02vFvuig and ALJNr8CQ
SHOW: | | - or go back to the newest paste.
1-
var total:Number=0; btn.onPress=function(){_root.attachMovie("phist", "phist"+(total++), _root.getNextHighestDepth());}
1+
var total:Number=0; 
2-
trace(total++);
2+
btn.onPress=function()
3
{
4
	trace(total++);
5
	_root.attachMovie("phist", "phist"+(total++), _root.getNextHighestDepth());
6
}