hogey
12 posts
|
Topic: Game Programming /
Where to go from here?
I don’t know if this helps in anyway but i’ve used it in the past just thought i could help
> http://www.kirupa.com/developer/mx2004/platform_game.htm
|
|
|
hogey
12 posts
|
Topic: Game Programming /
Where to go from here?
Good and no problem :)
Well I’m not sure what your programming in, is it as2 or as3 but anyway yeah i only know as2 so i would use
yourMovieclipName.gotoAndPlay(‘Left’);
‘Left’ being the name of the first frame of a string of frames which contain the animation.
This could then cause frames to start playing and you can make them loop by adding gotoAndPlay(“Left”); on the last frame.
Do you understand? My explanations are pretty rubish :L
I have actually got a bit of code in one my current projects which kind of does this which i may be able manipulate and show/send you :)
|
|
|
hogey
12 posts
|
Topic: Game Programming /
Where to go from here?
I’m not quite sure what your ask here but what i suggest for your enemys is not AI that’s a bit complex. All i think you need is to tell them to move so far left and right in a certain place by increasing and decressing the y value then make it check if your character is in range and attach a bullet movie clip thing to make it look like it’s fireing. To get the enemys to be animated just make it switch between frames when the Y value switches from increassing to decrease or vice-versa; basicly having some frames dedecated, in the enemy movieclip, to when the enemy is moving right or left :)
I hope this helps in some way and sorry if my English is poor ( I suck at it :/ )
|
|
|
hogey
12 posts
|
Topic: Game Programming /
File size.
Thanks for the suggestions! So .wav’s are good then? :L
I’m just wonder how decrease the size because my game is pretty short but the file size is quite big. I have been getting rid of things that i don’t need, like movie clips and stuff, so it has been getting smaller :) Sound is a problem though! So thanks for the advice.
|
|
|
hogey
12 posts
|
Topic: Game Programming /
File size.
Im just wondering, if im allowed :) , is there any like methods in decreasing the file size of an .swf?
|
|
|
hogey
12 posts
|
Topic: Off-topic /
First thing you did in 2009
I was sick :L
Good night over all (Y)
|
|
|
hogey
12 posts
|
|
|
|
hogey
12 posts
|
Topic: Off-topic /
Football
Mate, what the fuck are you on about?
|
|
|
hogey
12 posts
|
Topic: Off-topic /
What's the best movie you have ever seen?
Yep i like them to :P^^
borat < now that is some funny shit! :L
|
|
|
hogey
12 posts
|
Topic: Off-topic /
What's the best movie you have ever seen?
There is lots of films i love :P
a few of them are:
fight club
this is England
Rise of the foot soldier
and so on :D
|
|
|
hogey
12 posts
|
Topic: Off-topic /
Football
Right,
football is shit, both of them.
Rugby is the best!
People who say rugby players are gay are normaly puffy, shitty football(soccer) players who when they fall over cry their bloody eyes out.
another thing, american football is only played by americans funnly so how is it more well known that football (soccer)??
|
|
|
hogey
12 posts
|
Topic: Game Programming /
Can i get a bit of help? Please?
Right,
I have some what a good idea of how flash works. i have done for quite awile (btw im 14 :P). My dad is a website designer so i have a real copy of flash cs2 and all the other adobe programs such as Photoshop.I can write CSS but ActionScript is very different.My website, i have no ideas for :/ The site is http://www.knowlesy.co.uk
Anyway back to what i wanted help with. There is two things i need help with the first one is adding an mp3 in the background with a mute button which like can change images so like you know the little speaker then when it is muted it has a line through it, i have try lots of different things but they never work >:-( And the other thing is Pauseing the game, once again i’ve tried and failed.
Please, anyone if you can help just say (:
(sorry if the English is poor)
|