Author |
Im learning flash and need help! |
Crim Fleet Admiral Sundered Weimeriners
Joined: March 16, 2003 Posts: 1336
| Posted: 2005-10-13 23:47  
Hokay..so, I can make animations and such, but how do I make games and such with macromedia? So far I have accomplished two videos/animations..
Got owned!
and..
Talon!
Battle between Me, ent, and Jack..
[ This Message was edited by: Crimson {Fear} on 2005-10-14 00:40 ]
_________________
|
Ramius Fleet Admiral Agents
Joined: January 12, 2002 Posts: 894 From: Ramius
| Posted: 2005-10-14 01:04  
I can only teach you how to flash, if you get my drift.
_________________
|
ParkingSpot Cadet
Joined: October 05, 2005 Posts: 14
| Posted: 2005-10-14 07:15  
Well....if u wanna make a game u NEED to know action script fella. For example....if u want the guy to move, u do this....the (enterFrame) part is the animation for the moving character...this is the basics of scripting....if u need more info....just ask...
onClipEvent(enterFrame){
if (Key.isDown(Key.RIGHT)){
this._x += 5;
}if (Key.isDown(Key.LEFT)){
this._y -= 5;
}if (Key.isDown(Key.UP)){
this._y -= 5;
}if (Key.isDown(Key.DOWN)){
this._y += 5;
}
}
_________________
|
Placebo Vice Admiral
Joined: September 16, 2003 Posts: 450
| Posted: 2005-10-14 07:27  
Who doesn't like to flash?
_________________
|
Crim Fleet Admiral Sundered Weimeriners
Joined: March 16, 2003 Posts: 1336
| Posted: 2005-10-14 12:32  
Neeever mind
[ This Message was edited by: Crimson {Fear} on 2005-10-14 14:54 ]
_________________
|
Crim Fleet Admiral Sundered Weimeriners
Joined: March 16, 2003 Posts: 1336
| Posted: 2005-10-14 23:10  
Anyone know or have a tutorial to make a shooter?
_________________
|
ParkingSpot Cadet
Joined: October 05, 2005 Posts: 14
| Posted: 2005-10-15 00:38  
Well....i know how to make your char die if it touches an enemy...
_________________
|