00:00
00:00
Minix07
Currently working on my next game, learning a lot of things along the way. Taking a lot longer than I thought it would, so expect nothing in the coming months. pfp by @FullOnWave

Age 2, ima dude, dude

Unemployed

Highland High School

former british land

Joined on 1/13/24

Level:
11
Exp Points:
1,278 / 1,350
Exp Rank:
55,421
Vote Power:
5.34 votes
Rank:
Police Captain
Global Rank:
3,969
Blams:
388
Saves:
1,904
B/P Bonus:
16%
Whistle:
Bronze
Medals:
377
Supporter:
2m 22d

How To Make a click n' point game using AS3 | Step 1. Setting up

Posted by Minix07 - June 28th, 2025


Steps 2 & 3. Buttons 'n' Cutscene >>


Step 1. Setting up

Create a new AS3 fla document. If you don’t see this when making a new document, choose ActionScript 3.0 on the start menu and the properties panel, set the framerate, stage size, and other properties to whatever you prefer. I usually select 30fps, 1280 x 720, with a black canvas.


AD_4nXfkpkzRXzUBqkjky6SKscf4fUysr-sSHRSCRwvMv3CnIrdH9IWBLo6Re0YXt9yW6uE1A-GRmeEZNiOv3BsWFamPGuViBa36NSbdcbnQ8cd_fftCBiIdL85ZBGZPx5emDLKSEzmy?key=lYln-58pvChvGvHg5Z5QrAAD_4nXcK2WyQViMELTsBvBV-McfeGF6INqZjzQLYeL0ND7cXgk8SVeTJTe7Whj9kF4c3Z95Zyk2bDGot-e3UycAg2xX5HhTFG78BGCG_pB8TYEf-MS9NQtTTnWlOEElMBR_qww3MEAqgoA?key=lYln-58pvChvGvHg5Z5QrA


Now it is time to create the actual game! Create a background for the main menu. Don't worry about making it look

good or fancy; you can always change it later.

AD_4nXfDGgd65s1X5zKdBFnGbnI868P1wXyGxc5V766adhONZjpe-RO83EsLqU1KN-2iFDqSLVEO_udXQeC-wDDxaw4l6ydpKkF7b5rCYTlbGbbg58d788M4qaWW8FxjdnS0AhkjcqXBRg?key=lYln-58pvChvGvHg5Z5QrA


Convert it into a symbol by pressing F8 or right-clicking and clicking "Convert to symbol". Choose MovieClip, as we need to write code for it and make it independent from the timeline. Call it menu. This will be where the game's menu is housed (duh)

AD_4nXdTnjpx8x8aMHNEIj7ZgE0lW5tV-amIDaACK9334Q-YLO-dleERgEsG2KK6nYIoqBCvnAhpRc7anM8SyYZVJSNc5Th3CtoAryroHK_z98X7Sk0SgsPFi3kRIovJJDh-rBR6ZnNz?key=lYln-58pvChvGvHg5Z5QrA


Go to the root of the game

AD_4nXduOZiDqhk8o5RzU3Yls3M__WSAWqBPv_b3W93R60PTf13RKEVoOFL4Mwd4-VyBsOSfoybyNCIBEDsPsvkx6ZvrwbqEdjH7J2hLewUt9CCR6MkMtp9_rO37cU2b5VdcocB78ug4GA?key=lYln-58pvChvGvHg5Z5QrA


Convert the menu to a MovieClip again, and call it the game's title. Why? To prevent people from cheating by using the forward and backwards buttons >:(

AD_4nXdNWrW9x4WVUDlrKq9caX92IVkVyosPm1wZbivvNJvA5LEL_HkEXlyFdjuPXRVvqc5QSjEkDfOqT01q0XFedccxdwpAZV1NmU75-CeLarLispOn7HcSxT2QpCSI6HRtkOGvLETJsw?key=lYln-58pvChvGvHg5Z5QrA


Steps 2 & 3. Buttons 'n' Cutscene >>


Tags:

3

Comments

Comments ain't a thing here.