Guest User

Untitled

a guest
Apr 26th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. for(var i:int=1;i<=2;i++){
  2. trace(this["newpage"+i]+" >= "+this.dossier_big.inside["page_"+i].totalFrames);
  3. //if (this["newpage"+i] >= this.dossier_big.inside["page_"+i].totalFrames) {
  4. page_number = '1';
  5. //}
  6. }
  7.  
  8. Si je décommente les lignes, ça plante:
  9.  
  10. TypeError: Error #1010: Un terme n'est pas défini et n'a pas de propriété.
  11.  
  12. Pourtant mon trace donne
  13. 2 >= 4
  14. 3>=4
  15. --> tout est défini non ?
Add Comment
Please, Sign In to add comment