Category Archive: Games

Apr 16

Swishmax 4 Duck Hunt Style Game

dhss3

Preview:
Controls:
Mouse = Mover Cursor (AIM)
Left Click = Fire
 
 

Enter your Email:

Enter your Amount: GBP

Apr 01

Football Kick Up Game Swishmax 4

Preview:
Use your mouse to follow the ball and left click on it to keep it up as long as you can, your personal best (PB) will be stored with flash cookies.
buy the source file and help support this website.

Price £3.00
 

Mar 24

Swishmax 4 Sub Hunter Clone

Example:
Controls Left & Right Arrow Keys to move your ship Space Bar to drop your depth charges.   Based on the original TAITO game from 1977. made with swishmax 4
 
 

Enter your Email:

Enter your Amount: GBP

Mar 06

Swishmax 4 Space invaders Clone

player_cap_4

Preview:
 
 

Enter your Email:

Enter your Amount: GBP

 

May 01

Pixel Wars swishmax 4

screenshot2

Pixel Wars:
Swishmax 4
full featured space fighter style game.
features shooting object
collision detection, score adding, hi score adding.
character movement
and movieclip duplication.
Buy now for swishmax 4 via paypal £3.50
excellent tutorial aid to learn from.
a great file to help you start creating you own games in swishmax 4.
[paiddownloads id="86"]

Jan 01

River Kyak – Swishmax 4 Game

kayak

Preview:
 
Use the arrow keys Left & Right to move the Kayak
How far can you make it?
 
Buy Now £3.99 – Swishmax 4 Source *.Swi file
[paid-downloads id="1"]
 

Dec 15

Build A Snowman game 4 Kids

build a snowman2

Preview:
 
Buy the swishmax 4 source .swi
you will get in the zip file the source *.swi file which will only open with swishmax 4
you will get a working *.swf file to embed into a website.
£3.99
[paiddownloads id="64"]

Dec 01

Swishmax 4 – Frogger Style Game

frogger_max4

Preview:
 

Buy the swishmax 4 *.swi via paypal for £5.00
[paiddownloads id="129"]

Nov 01

Simon Memory Game – Swishmax 4 Tutorial

ellipse

Preview:
Based on the retro electronic memory game SIMON by MB Games.
watch the sequence of lights and then duplicate them.
Tutorial: – Swishmax 4
Step.1
Open Swishmax 4 set your movie width and height to 300 x 400
and the frame rate to 25 fps
Using the Ellipse Tool (E) 
draw out 4 separate circles
A red one, a green one, a …

Continue reading »

Oct 12

Tetris Style Game – Swishmax 4

Example:
Use the arrow keys to control the coloured blocks.

Oct 11

Snake Style game – swishmax 4

fig1

Example:
Snake style game made with swishmax 4
use the arrow keys to gobble as many pieces of food as you can.
Tutorial:

Step.1
open swishmax 4 make your movie properties as follows.

Export to swf 8 or higher.

Step.2
create a dynamic text field called tScore place at the bottom center of the stage.

Step.3
using the rectangle tool create a square 1 x …

Continue reading »

Sep 01

Game Programming (swishmax 4) – Tank Movement – advanced

base

Click on the movie to activate it
Use the arrow keys to move the tank and the z and x keys to rotate the turret.
Example:
Base.png

turret.png

Step.1
save the images above, import the base.png into swishmax 4, group it as a movieclip and name it base.
import the turret.png and group it as a movieclip, name it as turret, center …

Continue reading »

Sep 01

Game Programming (swishmax 4) – Retro Star Field – advanced

Advanced retro starfield
Example:
Step.1
add the following script to Scene_1.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
onFrame (1) {
// starfield
i=0;
_x=275;
_y=200;
m=Math; onEnterFrame=function(){
star=createEmptyMovieClip("star"+i,++i);

Continue reading »

Sep 01

Game Programming (swishmax 4) – Retro Star Field – basic

Retro scrolling star field for retro shoot em up style games.
Example:
step.1
using the rectangle tool, draw a square 2 px x 2 px and name star, group as a movieclip and name star.
add the following script to the movieclip

1
2
3
4
5
6
7
8
9
10
11
12
13
onFrame (1) {
speed = randomRange(1,10);
this._x = random(Stage.width);

Continue reading »

Sep 01

Game Programming (swishmax 4) – Car Movement – advanced

car

Click on the movie to activate.
Use the arrow keys to control the car.
Example:
car.png

save and import the car.png into swishmax 4, gropu it as a movieclip and name it car, add the following script to the car movieclip.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
onSelfEvent (load) {
var speed = new Number(0);
_root.createEmptyMovieClip("drawing", 1);

Continue reading »

Sep 01

Game Programming (swishmax 4) – Tank Movement – basic

base

click the movie to activate it.
use the arrow keys to move the tanks and the z and x keys to rotate the turret.
Example:
base.png

turret.png

i take no credit for the tank images, i found them here by googling for the purpose of the tutorial, however if you are going to use them for reasons other than to …

Continue reading »

Sep 01

Game Programming (swishmax 4) – Car Movement – basic

car

Click within The border to activate.
Use the arrow keys to control the car’s movement and the Ctrl Button to brake
Example:
Car.png

Step.1
save and import the car png image into swishmax and group as a movieclip and name it car.
add the following script to the car movieclip.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
onSelfEvent (load) {
var speed:Number = new Number (0);
}
onSelfEvent …

Continue reading »

Sep 01

Game Programming (swishmax 4) – animated movement

down

Animated Character Movement using swishmax 4.
click inside the border and use the arrow keys.
Example:
character sprite sheets used please note i take no credit for the character sprites, these was found by googling and used for the purpose of the tutorial, if you are going to use these for any other purpose than this tutorial please …

Continue reading »

Sep 01

Game Programming (swishmax 4) – basic movement

4 way movement Left, Right Up and Down.
this is how you give an object 4 way movement.
Example: click the grey area & use the arrow keys.
Create a circle shape using the elipse tool, group to a movieclip and name ball.
add the following script to the ball movieclip.
 

1
2
3
4
5
6
7
8
9
10
11
12
on (keyPress("<UP>")) {
_root.ball._y -= …

Continue reading »

Jun 24

Jailbreak ps3 to be banned

Since the PSNP was hacked one would assume that Sony would be trying to develop something to counter this. We do not know how true this is, but we have reason to believe that PS3 firmware update 3.60 will be banning systems; that’s according to SlyGamers.
When Geohotz cracked the PlayStation there was mixed reaction from …

Continue reading »

Older posts «

7 visitors online now
2 guests, 5 bots, 0 members
Max visitors today: 16 at 03:01 am UTC
This month: 27 at 05-17-2013 01:24 pm UTC
This year: 39 at 01-01-2013 12:46 pm UTC
All time: 109 at 12-07-2012 11:00 pm UTC