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
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 01
Example:
download: Random Array (33.60KB)
added: 01/03/2012
clicks: 19
description: example of random …
Mar 01
Preview:
download: Animated Wine Glass (326.35KB)
added: 01/03/2013
clicks: 583
description: Swishmax 4 …
Mar 01
Preview:
simple drop down menu made with swishmax 4,
easy to change settings
download: Simple Drop Down menu (29.84KB)
added: 01/03/2013
…
Feb 01
Preview:
Vector Stop Watch Swishmax 4.
download: Vector Stop Watch (129.67KB)
added: 01/02/2013
clicks: 58
…
Jan 01
Example:
Scroll the mouse wheel to operate the paddle shown on the left.
1
2
3
4
5
6
7
8
9
10
11
12
13
onSelfEvent (load) {
/*
Mouse Wheel Scroll
Craig Lowe
www.loweonline.co.uk
*/
var mouseListener:Object = new Object();
mouseListener.onMouseWheel = function(delta) {
…
Dec 26
Preview:
Swishmax 4.
download: New Year Graphic 2013 (36.70KB)
added: 01/01/1970
clicks: 23
description: …
Dec 01
Preview:
have your button and marker with a center anchor/transform point.
on your buttons.
1
2
3
on (press) {
_root.moveto = _root.btn1._x;
}
changing the button name on each one you use.
on Scene_1 add the following.
1
2
3
4
5
6
7
8
9
onFrame (1) {
speed = 5; // the lower the number the quicker the move, the higher the number the slower …
Dec 01
how to check if a file exists.
this works well if you want to show a message or load another file if the file you are wanting to load is missing.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
onSelfEvent (load) {
fileExists=new LoadVars();
fileExists.onLoad=function(success)
{
if(success)
{
info="image found";
image.loadMovie("pic1.jpg");
}else{
info="no image found"
image.loadMovie("pic2.jpg");
}
}
fileExists.load("pic1.jpg")
}
what the above script does is checks if pic1.jpg is on the server, if not it loads pic2.jpg in the place of …
Nov 01
Example:
First Of All:
Open swishmax and set your movie properties width, height, background colour and frame rate.
i have used the following in this tutorial, 524 x 293 frame rate 25 and background colour #FFFFFF .
you will need to download the tutorial pack that goes with this tutorial from the link below.
…
Nov 01
First Of All:
open swishmax 4 and set your stage width and height 560 x 410 frame rate 25 and background colour #FFFFFF
Step.1
using the line tool create a small diagonal line (stroke) , name it drop, right click on it and group as a movieclip, name the movieclip rain.
add the following script to the rain movieclip.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
onFrame (1) {
…
Nov 01
Example:
First of all.
Open Swishmax 4 and set your movie dimensions, background colour and frame rate, can be anything you like.
Step.1
place a dynamic text field on the stage and give it a var name of output, place it in the center of your stage and have the text centered.
add the following script to Scene_1 of your …
Nov 01
Example:
drag your mouse near the cat’s feet!
Preparation.
Open swishmax 4 and set you canvas size to the following dimensions 550 x 400 background colour #FFFFFF frame rate 25.
Download the Images used in this tutorial below.
…
Oct 18
Preview:
set of 3 different sliders for any occasion.
Swishmax 4 latest build required to open the *.swi file.
Enter your Email:
Enter your Amount: GBP
Oct 17
Oct 16
Preview:
Animated BBQ Effect Swishmax 4 have the steak on or off the BBQ.
to have the steak on or off the BBQ, just toggle the true or false statement.
1
2
3
4
5
6
7
8
9
onSelfEvent (load) {
/*
A N I M A T E D B B Q
…
Oct 09
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
Social Connect
Login with one of the following.Enter your WordPress.com blog URL
http://.wordpress.com
Proceed