jan_flanders

Untitled

Aug 11th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var total:Number=0;
  2. btn.onPress=function()
  3. {
  4.     trace(total++);
  5.     _root.attachMovie("phist", "phist"+(total++), _root.getNextHighestDepth());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment