ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!
This is a sample video. To access the full content, please Login
No questions yet
1433 visits
Outline:Loops - For Statement script ஐ எத்தனைமுறை இயக்க வேண்டும் என்று உங்களுக்கு முன்கூட்டியே தெரிந்திருந்தால் for loop பயன்படும். Syntax: for (init; condition; increment) { இயக்கவேண்டிய code; }
Loops - For Statement script ஐ எத்தனைமுறை இயக்க வேண்டும் என்று உங்களுக்கு முன்கூட்டியே தெரிந்திருந்தால் for loop பயன்படும். Syntax: for (init; condition; increment) { இயக்கவேண்டிய code; }
Show video info
Pre-requisite