Category Archive: Swishmax 4

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 06

Swishmax 4 Space invaders Clone

player_cap_4

Preview:
 
 

Enter your Email:

Enter your Amount: GBP

 

Mar 01

Random Array Swishmax 4

slider

Example:

 

download: Random Array (33.60KB)
added: 01/03/2012
clicks: 19
description: example of random …

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 »

Mar 01

Simple Dropdown Menu Swishmax 4

menusettings

Preview:
simple drop down menu made with swishmax 4,
easy to change settings

 
 

download: Simple Drop Down menu (29.84KB)
added: 01/03/2013

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

Mouse Wheel Function Swishmax 4

your_files

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) {

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

Menu Marker With Easing Swishmax 4

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 …

Continue reading »

Dec 01

Glittering Snowfall Effect – Swishmax 4

 
 

Enter your Email:

Enter your Amount: GBP

 

Dec 01

Check if a file exists Swishmax 4

found

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 …

Continue reading »

Dec 01

Random Scripted Pine Needles Swishmax 4

generated needles

Demo:
 
 

Enter your Email:

Enter your Amount: GBP

Nov 01

Heat Distortion Effect Swishmax 4

fig1

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.

Continue reading »

Nov 01

Swishmax 4 – simple rain effect

 
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) {

Continue reading »

Nov 01

Swishmax 4 – wich way is my mouse moving

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 …

Continue reading »

Nov 01

Fun Mouse Follower (swishmax 4)

fig1

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.

Continue reading »

Oct 18

Swishmax 4 Sliders set of 3

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

Pumkin Animation Halloween

pumpkin_trans_cpy

Preview:
Swishmax 4 Pumpkin Animation.
 
 

Enter your Email:

Enter your Amount: GBP

 

Oct 16

BBQ Animation Effect

bbq_preview

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

Continue reading »

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

 

Older posts «

5 visitors online now
2 guests, 3 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