Monthly Archive: August 2010
Aug 17
ppsh sub machine gun vector
Aug 16
Mouse Down Function Swishmax
1
2
3
4
5
6
7
onEnterFrame() {
if (Key.isDown(Key.(1))) {
info="Mouse = Down";
} else {
info="Mouse = Up";
}
}
Aug 12
Realistic Marine Fish Tank
Marine FishTank Attempt 1.
Code for the fish to move. © Craig Lowe – www.loweonline.co.uk
SwishScript
onLoad () {
//fish movement by craig lowe www.loweonline.co.uk
// © Craig Lowe
speed=1.5; // starting speed of fish
du=0.5; //speed of the direction up and down movement
moveleft=true;
moveright=false;
moveup=false;
movedown=true;
}
onEnterFrame() {
if(dir<5){ this.moveleft=true; …
Aug 12
Realistic Swishmax Fish Tank
Tropical Fishtank Attempt 1.
Code for the fish to move. © Craig Lowe – www.loweonline.co.uk
SwishScript Below.
onLoad () {
//fish movement AI by craig lowe www.loweonline.co.uk
// © Craig Lowe
speed=1.5; // starting speed of fish
du=0.5; //speed of the direction up and down movement
moveleft=true;
moveright=false;
moveup=false;
movedown=true;
}
onEnterFrame() {
if(dir<5){ this.moveleft=true; …
Aug 12
Free Marine Fish Screensaver
Image Preview:
download: Marine Fish Screensaver (1.95MB)
added: 12/08/2010
clicks: 18
description: free …
Aug 11
Free Tropical Fish Screensaver
Preview Image:
download: Tropical Fish ScreenSaver (2.51MB)
added: 11/08/2010
clicks: 17
description: tropical …
Aug 09
special characters
To make special characters and accented letters show up on your pages, use a special set of codes called character entities, which you insert into your HTML code and which your browser will display as the corresponding symbols or characters you want.
The most common character entities have been collected by the International Organization for Standardization …
Aug 04
Iron Man 2 Flight
Preview:
use the mouse to direct iron man in his flight.
click the left mouse button for speach.
This is not a game just an example of scripting in swishmax.
Aug 03
Burl Oak Bowl Swift 3D Model
swift 3d model – burl oak bowl.
Included in the zip File
burl oak texture, swift 3d source file of the model, plain model untexture, and a preview image.
Price: £2.00
…
Aug 03
Wooden Pallet Swift 3D Model
Aug 03
3D Oil Drum Swift 3D
Aug 01
Vector to Swift 3D Model – back to swishmax animation
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:
…
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 && …












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