Guest User

Kenn

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