Note: 

   

If you guys are getting coupon expired or course is not free after opening the link, then it is due to the fact that course instructors provide only few hundreds or thousands of slots which get exhausted. So, try to enroll in the course as soon as it is posted in the channel. The Coupons may expire any time for instant notification follow telegram channel

New customer offer! Top courses from $13.99 when you first visit Udemy

Study ARSA Script with your Photoshop. Quick and clean scripting for 2D games development

Description

*Free redeem code ARSA Studio is: udemy

 

Learn the main functions, core of concept and tools that you need to construct 2D games with ARSA Script and Photoshop.

 

Create games in Photoshop with this tutorial for everyone who interesting in game development.

 

What’s ARSA Framework.

Downloading and Installation.

Basis of 2D Images.

Photoshop’s layer operations.

Achieve your games at your skills by ARSA Script.

 

Study the basis of ARSA Script puts achievement to your games. ARSA Script is absolutely free software, simple used, has good help file, and is the cross platform to any devices embedded C/C++ compiler (now v 2.3.3 support only win32 and android).

 

Looking for a new scripting language to build games that support universal resolutions, can be design UI/UX into photoshop once time similarly any terminal output.

 

Overall Course

 

Good for everyone who has photoshop basic skill and fundamentals programming, Through course more 9 hours and 10+ chapters of contents you will learn all of the ARSA Script basic until advance and grown skill of concept 2D game development. Each chapter shown learning with example, so, get easy, quick and clean follow videos.

 

Spawn point is the introduction of ARSA Framework and ARSA Script what is, next, it is download and installation tools from official website, This course will take you through ARSA Script functions, variable types, math operators, and how to apply them to your games.

 

The course take you through flow control by teaching you how to use if-else, for, while loops and custom function declaration to your games.

 

Students completing the course will have the knowledge and know-how to create 2D games with Photoshop and useful ARSA Script.

 

 

 

ARSA Framework: Master of ARSA Script

 

(c) 1999-2018. ARSA Productions.

 

 

 

First Section: Basic (TotalTime 03:58:47)

Chapter 1: Install ARSA Framework (TotalTime 25:12)

1.1 What’s ARSA Framework. (0:00)

1.2 Downloading and Installation. (7:34)

1.3 Introduction ARSA Studio. (17:50)

1.4 Introduction Lecturer. (22:04)

1.5 Conclusion. (24:54)

 

Chapter 2: Basis of 2D Images (TotalTime 27:59)

2.1 Understand 2D game coordinate. (0:00)

2.2 Understand 2D and universal resolution. (3:25)

2.3 Understand 2D Images – vector vs raster. (9:39)

2.4 First image loading – PSD. (10:37)

2.5 Limitation of PSD for ARSA Framework. (14:40)

2.6 Custom resolution. (18:46)

2.7 Conclusion. (22:10)

 

Chapter 3: Transformations Images (TotalTime 55:46)

3.1 Visible/invisible. (0:43)

3.2 Opacity. (6:54)

3.3 Rotation by axis: x, y, z. (10:08)

3.4 Draw order. (13:14)

3.5 Set, move position (19:13)

3.6 Animate. (23:52)

3.7 Color and alpha. (29:23)

3.8 PSD Offset set/move. (31:14)

3.9 Draw and rotation flags. (39:06)

3.10 Visible-percent. (45:20)

3.11 Conclusion. (48:16)

 

Chapter 4: Touch Input (TotalTime 29:21)

4.1 Touch operations. (0:00)

4.2 Touch with PSD layer. (4:25)

4.3 Touch with PSD layer and reset button. (7:55)

4.4 Touch multiple layers. (18:12)

4.5 Touch and moving layer. (23:42)

4.6 Conclusion. (28:38)

 

Chapter 5: Audios and Videos (TotalTime 53:27)

5.1 Audios operations. (0:00)

5.2 Audios format supported. (1:43)

5.3 First audio. (3:34)

5.4 Play multiple audios. (6:32)

5.5 Stop audio. (11:15)

5.6 Loop/Once playback audio. (14:04)

5.7 End of audio checking. (18:33)

5.8 Conclusion audio. (21:52)

5.9 Advances audio example. (23:48)

5.10 Videos operations. (38:24)

5.11 First video. (38:50)

5.12 Full-screen/Resize video. (41:28)

5.13 Mixing/Ending video and layer. (43:40)

5.14 Conclusion. (52:16)

 

Chapter 6: Layer Hit (TotalTime 32:18)

6.1 Introduction hit functions. (0:00)

6.2 Hit with layer.

6.2.1 Drawing and moving layer. (0:43)

6.2.2 Hit layer. (12:24)

6.2.3 Result hit layer. (15:12)

6.2.4 Conclusion hit layer. (15:28)

6.2.5 Hit multiple layers. (17:53)

6.2.6 Result hit multiple layers. (20:30)

6.2.7 Hit multiple layers with reset button. (21:10)

6.2.8 Result hit multiple layers with reset button. (26:16)

6.3 Hit with specify layer. (28:28)

6.3.1 Result hit with specify layer. (29:26)

6.4 Conclusion. (31:43)

 

Chapter 7: Fonts (TotalTime 14:44)

7.1 Overview fonts. (0:00)

7.2 Text from type tool on photoshop. (1:36)

Result. (2:44)

7.3 Text from script with build-in font. (2:58)

Result. (5:08)

7.4 Changing text color. (5:35)

Result. (6:50)

7.5 Custom font – true type. (7:37)

Result. (11:24)

7.6 Changing custom font color. (12:28)

Result. (12:48)

7.7 Conclusion. (13:50)

 

Second Section: Advance (TotalTime 05:24:18)

Chapter 8: ARSA Script Basis of Programming (TotalTime 01:37:13)

8.1 Introduction. (0:00)

8.2 Local variable. (4:12)

Result. (15:52)

8.3 Global variable. (19:50)

Result. (21:13)

8.4 Conclusion declaration variables. (22:42)

8.5 Set value to variable. (22:58)

Result. (26:44)

8.6 Comment. (29:13)

8.7 Basis math operations. (30:24)

8.8 Function. (35:23)

8.9 Procedure. (38:57)

8.10 Conclusion function and procedure. (43:08)

8.11 Condition.

8.11.1 if. (44:20)

8.11.2 if-else. (47:02)

8.11.3 Recursive if. (49:31)

8.11.4 Recursive if-else. (55:33)

8.12 Loop. (54:49)

8.12.1 for. (55:02)

8.12.2 while. (59:46)

8.12.3 Conclusion. (01:01:57)

8.13 Return/break. (01:03:00)

8.14 String operations. (01:07:24)

8.14.1 Search string – strstr. (01:07:39)

8.14.2 Token string – strtok. (01:10:42)

8.15 Random integer. (01:13:34)

8.16 Random integer in range. (01:15:20)

8.17 Time. (01:15:48)

8.17.1 Virtual time vs real time. (01:15:59)

8.17.2 Virtual time. (01:17:04)

8.17.3 Real time. (01:17:40)

8.18 Conclusion random, time, return, break and string. (01:18:08)

8.19 Structure.

8.19.1 Local structure (01:18:40)

8.19.2 Global structure (01:21:55)

8.20 Arrays. (01:22:13)

8.21 File operations.

8.21.1 Overview file operations. (01:18:40)

8.21.2 Read file. (01:24:46)

8.21.3 Write file. (01:30:03)

8.22 Conclusion. (01:33:30 )

 

Chapter 9: Frame per second (FPS) (TotalTime 09:16)

9.1 Overview. (00:40)

9.2 Set FPS. (02:40)

9.3 Get FPS. (06:55)

9.4 Conclusion. (08:57)

 

Chapter 10: Loading PSD file. (TotalTime 27:33)

10.1 Overview. (00:35)

10.2 Loading PSD from secondary storage. (02:19)

Result. (18:50)

10.3 Loading from cloud. (19:21)

Result. (23:05

10.4 Get layers count (24:42)

Result. (26:04)

10.5 Conclusion. (26:55)

 

Chapter 11: External script (TotalTime 05:23)

11.1 Overview. (00:00)

11.2 Loading script from external file. (01:39)

Result. (04:04)

11.3 Conclusion. (04:56)

 

Chapter 12: Group of layers (TotalTime 42:02)

12.1 Overview. (00:10)

12.2 Add layers to a group by Photoshop. (00:31)

12.3 Visible group. (02:45)

12.4 Add layers to a group by ARSA script. (03:42)

12.5 Remove layers to a group. (06:36)

12.6 Conclusion add/remove layers to a group. (11:40)

12.7 Transformation group. (11:59)

12.7.1 Set group position. (12:36)

12.7.2 Set only one layer visible on group. (15:54)

12.7.3 Set group rotation. (17:58)

12.7.4 Set group scale. (18:27)

12.7.5 Set group rotation flags. (19:58)

12.7.6 Set group draw flags. (21:39)

12.7.7 Set group draw order. (22:26)

12.7.8 Set group color. (22:46)

12.7.9 Set group clamp position. (23:00)

12.7.10 Set group play animation. (24:14)

12.7.11 Set only one layer play animation on group. (24:43)

12.7.12 Apply animation with group. (26:16)

Result. (38:36)

12.8 Conclusion. (40:40)

 

Chapter 13: Clone layer (TotalTime 30:25)

13.1 Overview. (00:00)

13.2 Clone layer by Photoshop. (00:45)

13.3 Clone layer by ARSA script. (03:03)

13.4 Remove layer. (07:28)

13.5 Clone multiple layers. (12:45)

Result. (17:29)

13.6 Conclusion clone layers. (17:52)

13.7 Get all layers by prefix. (18:21)

Result. (26:18)

13.8 Conclusion. (29:23)

 

Chapter 14: Log (TotalTime 04:50)

[maxbutton id=”1″ url=”https://www.udemy.com/course/arsa-framework-master-of-arsa-script/” ]