Guest User

Untitled

a guest
Apr 26th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //Implicit coercion of a value of type flash.geom:Rectangle to an unrelated type int.
  2.  
  3. //Implicit coercion of a value of type Boolean to an unrelated type uint.
  4.  
  5. //Incorrect number of arguments.  Expected no more than 4.
  6.  
  7. var wall1BmpData = new BitmapData(seinaosu.width, seinaosu.height, true, 0);
  8.  
  9. //Implicit coercion of a value of type flash.display:MovieClip to an unrelated type Number.
  10.  
  11. //Incorrect number of arguments.  Expected no more than 2.
  12.  
  13. new Point(pallo.x , pallo,y),
Advertisement
Add Comment
Please, Sign In to add comment