hey im very new to flash games. like no experince soo can you make a tutorial on how to expand the game tutorials you make.. like on you turn based game tutorial. how to add experience and send you to another battle and stuff like that.
Hey pivoty i'm a subscriber and I wanted to know how can I make my character turn like when you press LEFT the character will TURN left with only one walking movieclip.
simple, lets say you were dealing with the left function:
onClipEvent(enterFrame){
if(Key.isDown(Key.LEFT)){
this._x-=speed;
this._rotation=180;
}
}
"this._rotation=180" is the code you want. im not sure which angle is which so if 180 doesnt turn it the right way, use: 90, 270, or 360 til it turns left.
Hey i'm having problems.
1. I cant put actions on a converted symbol.
2. It keeps saying "onClipEvent(enterFrame){" <--- That end { is causing an error.
ZalloAttack 1 month ago
is this cs4?
chaozflow 8 months ago
How can I find out the ID's!? Where ever I look, there is only weird ones! Like, 'W' is not 65, it is another number. Please help!
GameMaster337 8 months ago
Oh, It was ASCII characters! Thanks for uploading the video!
I made a flash application for my old Nokia N95 ^^
GameMaster337 8 months ago
hey im very new to flash games. like no experince soo can you make a tutorial on how to expand the game tutorials you make.. like on you turn based game tutorial. how to add experience and send you to another battle and stuff like that.
legacyherossmash 9 months ago
PLEASE CAST YOU VARIABLES.
TheVideoVector 11 months ago
This has been flagged as spam show
how do you do this in as3?
dajjann 1 year ago
how do you do this in as3?
dajjann 1 year ago
@PivotyPivoty, your videos deserve more views
SubbingForFree 1 year ago
Thank you! I finally know what the registration point does!
jackspic3 1 year ago
Hi I am subbed 2 u and glad I am. you know u don't need 2 type "this.", _x is sufficient and works. (I got CS5 design premium, YAAAAAY!)
Coolfolder 1 year ago
Hey pivoty i'm a subscriber and I wanted to know how can I make my character turn like when you press LEFT the character will TURN left with only one walking movieclip.
shadowfan001 1 year ago
@shadowfan001
simple, lets say you were dealing with the left function:
onClipEvent(enterFrame){
if(Key.isDown(Key.LEFT)){
this._x-=speed;
this._rotation=180;
}
}
"this._rotation=180" is the code you want. im not sure which angle is which so if 180 doesnt turn it the right way, use: 90, 270, or 360 til it turns left.
then do the same for the other buttons
PivotyPivoty 1 year ago
@PivotyPivoty You could use
onClipEvent(enterFrame) {
if(key.isDOWN(key.LEFt){
gotoAndStop(the frame were your player is facing left) // you have to go into your char and make the frame
}
}
whipkids 9 months ago
Shircle ;D I'll use that as a name in a game in the future for sure ;D
0Nivis0 1 year ago
@0Nivis0 XD
PivotyPivoty 1 year ago
@PivotyPivoty OMG i'm a n00b, what does XD mean?
Coolfolder 1 year ago
@Coolfolder It's a smiley lol
shadowfan001 1 year ago
@Coolfolder oh goodness NOOB! lol JK
PivotyPivoty 1 year ago
@PivotyPivoty Can u help me? i cant move when i put the numbers on! only the arrow keys works.. why is that so?
drakal98 4 months ago
Very Nice!
sageboyzSB 1 year ago