Home | Help Forums | Web Design Tutorials | Free Swishmax Downloads | All Downloads

 

 

Company

Home

Nework Details

Tutorials

SWiSH 2

SWiSHMax

Flash MX

PHP & MySQL

HTML / JScript

Adobe Photoshop

Corel Draw

Gimp

Miscellaneous

Downloads

Templates

Plugins

Fonts

Wallpapers

Free Images

Scripts and Codes

Products

E-Books

SWiSH BB

SWiSH Templates

SWiSH-DB Newsletter
Subscribe to our newsletter : GO
  Partners / Affiliates

   Swish Templates
   SWiSH Climax
   GimpTalk
   Idea Designs
   Sposatoettore
   Try Acai Berry Diet
   Download Free Ringtones
   Swishzone

Manage your site with Flax Article Content Management System
SWiSHmax Making Objects Move with Keypress
Category : SWiSHMax | Level : Beginner | Language : English
Ask Question | Read Comments | Post tutorial | Previous | Next

Web www.swish-db.com

1. Create an obect
2. Group the object into a sprite
3. Name the Sprite Objects
4. Click on the sprite
5. Enter in the following script:

on (keyPress("<Right>")) {
Object. _x+=1;
}
on (keyPress("<Left>")) {
Object. _x-=1;
}
on (keyPress("<Down>")) {
Object. _y+=1;
}
on (keyPress("<up>")) {
Object. _y-=1;
}


All rights reserved - swish-db.com