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 …
Category Archive: Miscellaneous
May 10
PSN Account for Sale
Apr 01
Lamborghini Swishmax Vector Art
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.
…
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
*/
…
Apr 01
Random Mosaic Background swishmax 4
Example:
download: Mosaic Background Fill (18.81KB)
added: 01/04/2013
clicks: 50
description: Totally Random …
Mar 01
How To Unlock your Ps3 Game Saves OFW
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 …
Mar 01
Swishmax 4 Animation (wineglass)
Preview:
download: Animated Wine Glass (326.35KB)
added: 01/03/2013
clicks: 583
description: Swishmax 4 …
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 …
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) …
Feb 01
Vector Stop Watch
Preview:
Vector Stop Watch Swishmax 4.
download: Vector Stop Watch (129.67KB)
added: 01/02/2013
clicks: 58
…
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, …
Dec 26
2013 New Year Graphic
Preview:
Swishmax 4.
download: New Year Graphic 2013 (36.70KB)
added: 01/01/1970
clicks: 23
description: …
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 …
Dec 01
Personal Profile Database Swishmax 3
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 …
Dec 01
Christmas Snowman Screensaver.
Screensaver made with swishmax 4 and compiled with InstantStorm
Install at your own risk
download: Christmas Snowman Screensaver (2.88MB)
added: 01/12/2012
…
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 …
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
Example:
download: Looping Cloud Component (951.64KB)
added: 03/10/2012
clicks: 51
description: Swishmax 4 …









Social Connect
Login with one of the following.Enter your WordPress.com blog URL
http://.wordpress.com
Proceed