Skip to content

Commit 5e3cd39

Browse files
authored
PROJECT_LANG_1.as [V1]
Version 1 of the first project language file for this directory set.
1 parent f920879 commit 5e3cd39

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

PROJECT_LANG_1.as

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Start of script
2+
// Project language file 1
3+
// For: SNU/2D/ProgrammingTools/IDE/ActionScript
4+
// About:
5+
// I decided to make ActionScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / ActionScript) as this is a ActionScript IDE, and it needs its main language to be represented here.
6+
// Main
7+
var txtHello: TextField = new TextField();
8+
txtHello.text = "Project language file 1\nFor: SNU/2D/ProgrammingTools/IDE/ActionScript\nAbout:\nI decided to make ActionScript the main project language file for this project (SNU / 2D / Programming Tools / IDE / ActionScript) as this is a ActionScript IDE, and it needs its main language to be represented here.";
9+
this.addChild(txtHello);
10+
break;
11+
/* File info
12+
* File type: ActionScript 3.0 source file (*.as)
13+
* File version: 1 (2022, Wednesday, September 21st at 7:59 pm PST)
14+
* Line count (including blank lines and compiler line): 16
15+
*/ // End of script

0 commit comments

Comments
 (0)