generated from seanpm2001/Template_Journaling_V4
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPROJECT_LANG_V1.as
12 lines (12 loc) · 833 Bytes
/
PROJECT_LANG_V1.as
1
2
3
4
5
6
7
8
9
10
11
12
// Start of script
// I have chosen ActionScript as the main project language file for this project (SeansLifeArchive_Images_MajorMayhem) as Major Mayhem is an action game, and I felt that ActionScript is the best language for this project.
// Main
var txtHello: TextField = new TextField();
txtHello.text = "Project language file\nFor: SeansLifeArchive/Images/MajorMayhem\nDescription:\n\nI have chosen ActionScript as the main project language file for this project (SeansLifeArchive_Images_MajorMayhem) as Major Mayhem is an action game, and I felt that ActionScript is the best language for this project.";
this.addChild(txtHello);
/* File info
* File type: ActionScript 3.0 source file (*.as)
* File version: 1 (Wednesday, May 12th 2021 at 1:45 pm)
* Line count (including blank lines and compiler line): 13
*/
// End of script