for (var i :int = 1; i<=5; i++){
trace(“hello gamer”);
}And result :
hello gamer
hello gamer
hello gamer
hello gamer
hello gamerexplain :
- And i++ will print the phrase "hello gamer" repeated 5 times
~ Good luck
Flash programmer, game, photoshop, animation, web, internet, etc