Category Archive: Miscellaneous

May 10

PSN Account for Sale

Dancin-_-Ninja

updated 13th May 2013.
 
the following account is for sale, if you are interested in having this account as your own it comes with the trophies shown in the image above.
there are no friends in the list no messages sent or received from the account.
ideal for a starter account to start with a few trophies or …

Continue reading »

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

Lamborghini Swishmax Vector Art

lamborgini-000001-000001

Example:

 
 
Swishmax can be used for many different reason including graphic design see the above image made initially with swishmax and recently revamped using swishmax 4 with it’s built in filters has enhanced the vector illustration, shown here exported with a transparent background *.png file.
 

Continue reading »

Apr 01

Play A Random Sound Swishmax 4

Example:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
onSelfEvent (load) {
/*
P L A Y R A N D O M S O U N D S
by Craig Lowe
for Swishmax 4
www.loweonline.co.uk
*/

Continue reading »

Apr 01

Random Mosaic Background swishmax 4

mosaic_background_effect1-000001

Example:

download: Mosaic Background Fill (18.81KB)
added: 01/04/2013
clicks: 50
description: Totally Random …

Continue reading »

Mar 01

How To Unlock your Ps3 Game Saves OFW

fig1

So you have 2 ps3′s one downstairs and one upstairs you have played a game for hours downstairs but your family want to watch a movie or some TV downstairs so you are forced to continue you game play upstairs, so you attempt to copy your game save to your USB Memory stick only to find your …

Continue reading »

Mar 01

Swishmax 4 Animation (wineglass)

Preview:
 

download: Animated Wine Glass (326.35KB)
added: 01/03/2013
clicks: 583
description: Swishmax 4 …

Continue reading »

Feb 01

Connect 4 Style Game Swishmax 4

Example:
Swishmax 4
Actionscript 2.

download: Connect 4 (2.06MB)
added: 01/02/2013
clicks: 62
description: Connect …

Continue reading »

Feb 01

Scripted timer

scripted timer, ideal if you want to add a pause before a movie plays etc.
 
 

1
2
3
4
5
6
7
8
9
10
11
12
onSelfEvent (load) {
Seconds=5;
mYwait = function () {
Seconds=Seconds—1;
}
myTimer = setInterval(mYwait, 1000);
}
onSelfEvent (enterFrame) {
if (Seconds==0) …

Continue reading »

Feb 01

Vector Stop Watch

Preview:
Vector Stop Watch Swishmax 4.
 

download: Vector Stop Watch (129.67KB)
added: 01/02/2013
clicks: 58

Continue reading »

Jan 01

Swishmax 4 Pong Style Game (mouse wheel control)

Preview:
 
 
 

Enter your Email:

Enter your Amount: GBP

 

Jan 01

Scripted Pong Swishmax 4

Preview:
 
originally for Adobe Flash
adapted for swishmax by me.
 

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
onFrame (1) {
/*
pong Style Game
Swishmax 4.
*/
//import classes
import flash.display.*;
import flash.geom.*;
//screen settings
var screen:BitmapData = new BitmapData(Stage.width, Stage.height, false, 0);
var centreLine:Rectangle = new Rectangle(Stage.width / 2 – 1, 0, 2, Stage.height);
this.attachBitmap(screen, …

Continue reading »

Dec 26

2013 New Year Graphic

2013-000001

Preview:

Swishmax 4.

download: New Year Graphic 2013 (36.70KB)
added: 01/01/1970
clicks: 23
description: …

Continue reading »

Dec 01

re-sizing an image to fit the users screen resolutions.

 
Step.1
retrieving the screen dimensions from the user.
On Scene_1 place the following script.
 

1
2
3
4
5
onFrame (1) {
width = System.capabilities.screenResolutionX // gets the width of the users screen.
height = System.capabilities.screenResolutionY // gets the height of the users screen.
trace("width = "+width+" x "+" height = "+height);
}

 
when you click play inside swishmax you should now see your screen dimensions displayed in …

Continue reading »

Dec 01

Personal Profile Database Swishmax 3

Capture

Preview:

this was made at the request of a group member.
this works as a database on local machine only saving profiles to a text file.
enter your name and details (click Save)
to open a profile, enter your name (click open)
make any amendments at any time click save and close.
profiles can be printed with the print button.
this will only save …

Continue reading »

Dec 01

Christmas Snowman Screensaver.

cap2

Screensaver made with swishmax 4 and compiled with InstantStorm
Install at your own risk

download: Christmas Snowman Screensaver (2.88MB)
added: 01/12/2012

Continue reading »

Dec 01

Is Mouse Down Or Up Swishmax 4

Preview:
create a dynamic text field with a var name of info
add the following script to Scene_1
 

1
2
3
4
5
6
7
8
9
10
11
12
onFrame (1) {
var mouseListener:Object = new Object();
mouseListener.onMouseDown = function() {
trace("Mouse Is Down");
info = "Mouse Is Down";
};
mouseListener.onMouseUp = function() {
trace("Mouse Is Up");
info = "Mouse Is …

Continue reading »

Nov 01

Scrolling Terrain (random)

Preview:

Oct 09

Swishmax 4 Quiz

 
Swishmax 4 multiple question quiz – loads questions via xml, easy to create categories.
add as many questions as you like without having to change the swish script.
 
 

Enter your Email:

Enter your Amount: GBP

 

Oct 03

Looping Cloud Component Swishmax 4

parameters

Example:
 
 

download: Looping Cloud Component (951.64KB)
added: 03/10/2012
clicks: 51
description: Swishmax 4 …

Continue reading »

Older posts «

9 visitors online now
5 guests, 4 bots, 0 members
Max visitors today: 18 at 09:08 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