Advertisement
Guest User

errors

a guest
Jan 1st, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [...]src\events\PlayerShotEvent.as(12): col: 87 Warning: parameter 'parentVY' has no type declaration.
  2. [...]src\events\PlayerShotEvent.as(12): col: 73 Warning: parameter 'parentVX' has no type declaration.
  3. [...]src\events\InitiateHyperSpaceMove.as(8): col: 44 Warning: parameter 'y' has no type declaration.
  4. [...]src\events\InitiateHyperSpaceMove.as(8): col: 42 Warning: parameter 'x' has no type declaration.
  5. [...]src\states\Play.as(1): col: 1 Error: type parameters with a non-parameterized type
  6. package states {
  7. ^
  8. [...]src\states\Play.as(170): col: 40 Error: Type was not found or was not a compile-time constant: Entity.
  9.         private function removeDead(entities:Entity.<Entity>):void{
  10.                                              ^
  11. Build halted with errors (fcsh).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement