Category Archive: Swishmax

Aug 09

Scripted Contact Form With Captcha Swishmax

scripted_contact_captcha

Scripted contact form for swishmax onwards.
contains form field validation, captcha security and profanity filter.
Preview:

 
on Scene_1 of _root or Scene_1 of a Movieclip add the following script.
 

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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
onSelfEvent (load) {
/*
Scripted Contact Form
With form Validation
Captcha Security
& Profanity Filter
By Craig Lowe
swish-designs.co.uk & loweonline.co.uk
Swishmax 4
*/
//—- Profanity Filter —-//
badWords = ["cat", "dog", "bird"]; // your list of bad/swear words.
//—- Name Input …

Continue reading »

Dec 15

Arkanoid Style Game Tutorial & Resources

Arkanoid Sprite Sheet

3 Level Demo: Swishmax 4 Arkanoid Style Game.

Sprite Sheet:
this sprite sheet was made by myself  with swishmax 4 as vector graphics exported to a transparent png sprite sheet.

Tutorial:
Bat & Ball movement.
open swishmaax 4 set the movie properties as follows.
width: 300
height: 250
frame rate: 25 fps.
background colour: Black #000000.
Step 1. the ball.
using the elipse tool create a …

Continue reading »

Dec 12

Apple Catch – swishmax 4 game

Apple Catch:

Controls:
Left & Right Arrow Key to move the turtle.
Objective:
try to catch as many of the falling apples in the basket strapped to the back of the turtle.
the green indicator, shows your success, fill it to gain a level, by gaining a level the speed of the falling apples increases.
making the chance of missing  some …

Continue reading »

Dec 06

Animated Christmas Card

Preview:

Download This File Free Merry Christmas.
Download

Dec 05

Speedometer Preloader Swishmax 4

swishmax 4 speedometer preloader.

download: Speedometer Preloader (12.88KB)
added: 05/12/2010
clicks: 59
description: …

Continue reading »

Dec 04

Swishmax 4 Preloader

Grunge Style Preloader (Swishmax 4)
Price £2.50
export swf 8
for the filter effects to work.

Nov 04

Swishmax 4 Fireworks Tutorial Using Color Matrix Filter

movie_properties

Example:

First Of All
Open SwishMax 4 set your movie properties to
Black Background.
width = 500
Height = 450
Frame Rate = 35.

here is an animated gif of a firework which we will be using in ths tutorial.
save this to your project folder, right click | save as.

once you have saved the firework gif to your hard drive we need …

Continue reading »

Nov 02

MouseMove Tutorial Swishmax 3

Preview:

Step.1
Open Swishmax 3
using the text tool create a dynamic text box name output_txt Var: output
click Insert | Movie Clip to insert a blank movieclip, name it test add the following code
onFrame (2) {
/*
detect if mouse if moving swishscript.
by Craig Lowe
www.loweonline.co.uk & www.swish-designs.co.uk
© craig lowe 2010
*/
curent=_parent.state;
}
group the text box and the test movieclip together as a …

Continue reading »

Oct 25

Streaming Radio Swishmax 3 Tutorial

parameters

Radio Example:

Open Swishmax 3
set you movie properties as follows
fps (frames per second) 25
width 264
height 74
export swf 10

Step.1
Click on the components tab | Controls | Lists | Combo_silver.

drag this list box onto your stage over to the left

don’t worry if your list box does not look like mine shown in the image as we need to …

Continue reading »

Oct 24

Paypal Donation Swishmax 4 Tutorial

Example:

this tutorial did not get finished before publishing for some reason i forgot about it, i will finish this next week.

Aug 01

Vector to Swift 3D Model – back to swishmax animation

export

using swishmax 3 and Swift 3d to make a 3d model.
you will need a vector source AI or emf.
Example:

you will need to download the vector of the 3 lions crest i have made below.
Preview:

Continue reading »

Aug 01

Make A Character Blink (swishscript/actionscript)

a small tutorial on how to make a character blink using script for a totaly realistic blink, rather than just on a loop.

on the eyes you have created for the blink action, name the movieclip blink and add the following script to the movieclip

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
onSelfEvent (enterFrame) {
//blink code by craig lowe www.loweonline.co.uk – www.swish-designs.co.uk
ran=random(35);
if (ran==3 && …

Continue reading »

Jun 15

Simple Shooting Game Script

sprites

Press R to Reload:

Using a photo editing package like photoshop, fireworks etc, crop the image above into seperate identifiable images, like bullet, crosshair and holes, hole1, hole2 and hole3.
Step.1
import the crosshair into the stage, group it as a movieclip and name it cross_hair on the movieclip add the following actions to the scripts pane.
onSelfEvent (enterFrame) …

Continue reading »

Jun 12

Fire & Smoke Effect

flash / swishmax fire and smoke effect.

Buy the swishmax file below £4.00 £1.99

Continue reading »

Mar 31

Advanced Graphics in Swishmax 1, 2 or 3

ticket_label

Creating advanced graphics in swishmax without the expense of other graphic editing software. (swishmax 3 has been used for this tutorial.) you can follow along in 1 and 2 the only difference is in 1 a movie clips is a sprite.
Example:

Note: i will be doing this example using swishmax 2, if you are following along …

Continue reading »

Mar 17

Display Curent Url in Swishmax 3

if this small tutorial i will explain how to display a browsers curent url in swishmax.
i am not sure if this is supported across browsers but in firefox it is.
Example:

Step.1
Using the text tool create a dynamic text box to fit the width of your movie, name it output and the var as outputVar

Step.2
Click on scene_1 …

Continue reading »

Dec 10

How to create a Vista Sidebar Gadget With Swishmax

fig.1

this tutorial is going to go through how to make a vista sidebar gadget of your own usiing swishmax, notepad and paint.
Files that are needed for the sidebar gadget.
Html File, Swf File, Xml File and a PNG file. compiled together to make a .gadget file.

Step.1
open swishmax your canvas for the gadget must be no …

Continue reading »

Jul 08

Queen Elizabeth II Swishmax Vector Work

Quenn elizabeth II Final Vector Swishmax

This is my attempt at a vector of Queen Elizabeth II (England)
i will be using Swishmax 2 to create the vector image, thie image will be made up of seperate shapes to create the end result, no third party software shal be used to create shadows, gradients etc everything will just be a seperate shape …

Continue reading »

Jul 02

Vector Faces with Swishmax

here are some vector faces i have done in swishmax.
All the images shown above are subject to copyright. © Craig Lowe

Jun 23

Dice Simulation Tutorial

dice

Dice Simulation Tutorial, ideal for dice orientated games such as monopoly, snakes and ladsders etc or a custom made flash based board game.

click on the dice to emulate the roll.
Step 1.
Create a dice Shape like in  the image below, or your own style.

add the spots in their correct places like in tne example ficle.
name the …

Continue reading »

Older posts «

2 visitors online now
0 guests, 2 bots, 0 members
Max visitors today: 14 at 12:32 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