Brain freeze

so shoot me, I’m starting with basics in classes to build my confidence, yet hit an obvious rock

[AS]for(i=0;i<5;i++){
var tempPage:Page = new Page(this, i, 106*i, 0, 0, 104, 71)
}[/AS]

I get only 1 item, as yes… I only declaring one variable. How do I increment whilst calling a class?

Thanks plz