GlowAnims
Would you like to react to this message? Create an account in a few clicks or log in to continue.

GlowAnims

GlowAnims
 
HomePortalLatest imagesSearchRegisterLog in

 

 The worlds hardest game scripts!

Go down 
2 posters
AuthorMessage
Moofy

Moofy


Posts : 379
Experience : 4584
Join date : 2009-09-10
Age : 28
Location : Denmark, Odense
Country : Denmark

The worlds hardest game scripts! Empty
PostSubject: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitimeFri Dec 25, 2009 2:16 pm

Oki i like this game... | http://www.astrologi-og-horoskoper.dk/htm/online_spillet.asp?id=657 |

So i wanna make my own "that style" game! Need codes for walls, player, foes!
Back to top Go down
https://www.youtube.com/user/habuji23/
Reaven
Admin
Admin
avatar


Posts : 676
Experience : 10001287
Join date : 2008-12-17
Age : 30
Location : im your neighbor!!!.....naah, im German.
Country : Germany

The worlds hardest game scripts! Empty
PostSubject: Re: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitimeSat Dec 26, 2009 11:36 pm

i don't really wan't to explain the script to you cause im lazy.
BUT i can tell you that the script for that game is simple.

use google to find the scripts.
you'll need:

basic controls for the player: http://flashfight.blogspot.com/2009/08/flash-tutorial-character-movement-with_06.html

hit-test: too lazy to explain that

and a hit-test script for the wall.
maybe like that:


Code:
onClipEvent (enterFrame) {
if (this.hitTest(_root.someMC)) {
this._x += -5;
} else {
this._x += 0;
}
}


thats it!
btw, you don't need any script for the enemy cause its just a moving movieclip with a hit-test script :)
Back to top Go down
http://glowanims.ohost.de
Moofy

Moofy


Posts : 379
Experience : 4584
Join date : 2009-09-10
Age : 28
Location : Denmark, Odense
Country : Denmark

The worlds hardest game scripts! Empty
PostSubject: Re: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitimeSun Dec 27, 2009 7:12 pm

But walls?
Back to top Go down
https://www.youtube.com/user/habuji23/
Reaven
Admin
Admin
avatar


Posts : 676
Experience : 10001287
Join date : 2008-12-17
Age : 30
Location : im your neighbor!!!.....naah, im German.
Country : Germany

The worlds hardest game scripts! Empty
PostSubject: Re: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitimeSun Dec 27, 2009 11:32 pm

gimme your msn name and i'll explain it to you.


Last edited by Reaven on Wed Dec 30, 2009 2:02 am; edited 1 time in total
Back to top Go down
http://glowanims.ohost.de
Moofy

Moofy


Posts : 379
Experience : 4584
Join date : 2009-09-10
Age : 28
Location : Denmark, Odense
Country : Denmark

The worlds hardest game scripts! Empty
PostSubject: Re: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitimeMon Dec 28, 2009 9:13 pm

zenyl8@hotmail.com
Just check underneith my signature :P

EDIT!:. Added you! :P
Back to top Go down
https://www.youtube.com/user/habuji23/
Sponsored content





The worlds hardest game scripts! Empty
PostSubject: Re: The worlds hardest game scripts!   The worlds hardest game scripts! I_icon_minitime

Back to top Go down
 
The worlds hardest game scripts!
Back to top 
Page 1 of 1
 Similar topics
-
» The ^>v Game
» NEW GAME !!
» What game is best ?
» FIRST AS GAME ! RES
» Rp game (or what he called it...)

Permissions in this forum:You cannot reply to topics in this forum
GlowAnims :: Forum General :: Actionscript and programming-
Jump to: