Preview:
Controls:
Mouse = Mover Cursor (AIM)
Left Click = Fire
Enter your Email:
Enter your Amount: GBP
Apr 01
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
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
May 01
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
Dec 15
Nov 01
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 …
Oct 11
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 …
Sep 01
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 …
Sep 01
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);
…
Sep 01
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);
…
Sep 01
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);
…
Sep 01
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 …
Sep 01
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 …
Sep 01
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 …
Sep 01
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 -= …
Jun 24
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 …
Social Connect
Login with one of the following.Enter your WordPress.com blog URL
http://.wordpress.com
Proceed