ActionScript 1/2 :: Make A Car Game?
Apr 27, 2008I am trying to make a car game, but my car movement is mucked up and I'm not sure why.It also needs brakes and acceleration.
View 7 RepliesI am trying to make a car game, but my car movement is mucked up and I'm not sure why.It also needs brakes and acceleration.
View 7 RepliesI was trying to make a game, and the character inside the game could swim. However, I only wanted him to swim in short bursts that refueled every time he hit the ground.
View 9 Replieshow to make a game tutorial as farmville game tutorial to teach the user to play the game. i have recently involve in make that kind of game tutorial for its user by actionscript 3
View 1 Repliesi want to make the character in my flash game make a jump when the player presses a key,e.g. 'space',even the player release the key instantly,the character will still finish the complete jump process.
View 1 Replieswhere to get some corresponding information of how to make a flash game.Preferably with some examples of little flash games
View 1 RepliesI am developing a ipad game using flash CS5. When I run it in flash or web browser, it run quite smoothly but when I published it into ipa file and run it on my own ipad, it became very very slow. Since my game has many stages and characters, the amount of symbols may up to more than 50. That makes the flash file more than 100mb (but the ipa is only 11mb) All of the symbols are exported in frame 1.
1)if I used preloader and exports the symbols in frame 2, will my game run more smoothly? is one preloader when the game is loaded enough? or it is need for every game scenes?
2)Is there any other technique that a big game developed in Flash has to follow in order can be run in low configurations devices?
3)Why many other big game can run so smoothly although it contains a lot more characters and background than mine?
I have to make a game in flash, and this game is the equivalent of 'Millionair' tv-game, so it's not so complicated and I have to give a badget to my Client.
View 1 RepliesI was wondering if it were possible to make an RTS game in flash, and if it was, are there any tutorial on that?You know, like get the more cash than the enemy, buy guys with it, and kill the enemy first?
View 1 RepliesToday I will show how to make your own cursor for your game. It's very simple. Draw your cursor and convert to symbol. On the Action Script bar write this code:
[Code]...
I've messed around a bit in Java and Visual Basic. For our class we've been assigned to make a flash game in groups, and our group has decided they want to do a base defense game. I've been looking hard for open source/tutorial versions of a simple base defense game, but all I've found are tower defense games.
View 1 RepliesI want to make a 3D Racing game, becuase i only see crappy overhead one's that are tooo simple to make. so I was wondering the best approach on how to do this. i was thinking of make the race track, as a animation then adding events so when arrow key is moved play event act but then how would the bike react at the same time?
View 15 Repliesso how would I go about making a DVD game like player 1 vs. player 2 or just player 1 solo in action script 3.0? i know 2.0 well enough and i know a little 3.0 but i am not an expert i am not looking for a complicated game just something simplistic with one question after another I just don't know how to make the options like a right answer a wrong answer and how that would effect scores. or how would i go about if player one got the question right it would go to the next question and if they got it wrong replay the question for player 2 and the points would reflect appropriately also how would i make a time limit for each question? I know you probably wont be able to answer all question I just wanted to convey what I am trying to do.
View 1 RepliesI wont to make a multiplayer game and the problem is that i don't know how to make it multiplayer.
View 14 Replieshow can i make someone input their name and make the name be used throught the game
say if i want some one to to say
"hey (name here)" i want to replace the name here bit with what they inputted at the beggingin with their name
I wan't to know how to make a timebar for a game. Who knows how to do this? or is there a good tutorial for it?I want that the time stops at 1 minute (60 seconds). and the bar must go from te right (60 sec.) to left (0sec.)
View 3 Repliesis it possible to create a game without using onEnterFrame?I read that using onEnterFrame lags the game when there are too many codes running inside that particular function.is there any example of games that does not use onEnterFrame?
View 2 RepliesIs there a tutorial or anything on making a coloring book game like this?
View 1 Repliesi wont to make a multiplayer game and the problem is thet i dont know how to make it multiplayer
View 14 RepliesI am trying to create a memory game, where about five or six (doesn't matter how much) different colours com up and flash for a second and disappear in a random order.
Then the user has to try to match them again buy clicking on the colours that they have infront of them in the same sequence as the lights went.
Is there a way to make this game so it will tell you when you are wrong or right, and also is it possible to make the flashing colours random each time you play it?
want to make a game where if someone presses tab they go to a different frame. I have made many approaches to this. and btw im using AS2Here are my tries:
Code:
on(keyPress "<TAB>"){
gotoAndStop(2)
[code].....
I want to know how to make a character attack in a game. I've made a platformer game in which a character moves and jumps and collects the score balls, but the only thing I can't do is make him hit enemies.
View 1 Repliesi want to make electronic lock for my flash game (like in sci fi movies).whole game is written in AS2.it should look like this At top thers dynamic text box, under it there are 10 buttons labeled from 0 to 9 and at bottom there is button labeled ENTER.when you press any of the buttons it should write numeric value at dynamic text box( 6 digits code), and when enter is pressed it should check if code is ok.First part of the problem is how to make buttons to write series of numbers into dynamic textbox.Second is to write if loop which will on enter button press check dynamic textbox content and trigger some action if correct or clear textbox and allow another try.
View 4 RepliesHow can I make it so that players of my game can customize the keys to their liking?
View 3 RepliesI want to make a fighting game with my own character skins and those of my friends as a fun thing.I'd like it to have an intro, menu, character select, level select. I'd like the levels to be able to scroll and for the characters to have health metres. So what I am looking for is either a tutorial to build this up, or be able to look at a completed one and take it apart. I'll be able to handle the art on my own.
View 4 RepliesIm trying to make a rhythm game in flash CS4 and Ive encountered this weird problem. there are no errors, im 99% that all the variables and stuff are named correctly. for some reason a movieclip i dont even address moves down automatically on the 2nd beat. it stops attaching "beats" after that 2nd one too. I have no idea what the problem is, or how to fix it,
View 15 RepliesI'm using Flash CS5 to make an iPod app/game. The provided layout makes the default setup 320x480, which is the standard way to hold your iPod VERTICALLY. I want to flip these dimensions to hold the iPod on it's side during gameplay.
So here's my question: If I just flip the document...to (480x320) will the iPod know how to manage the game from that point on? Or do I need to draw everything horizontally and animate that way too? I tried to do just that, but when I test the scene, it only wants to flip that first frame, so everything flops off screen and it ruins the animation. So how do I develop a HORIZONTAL iPod app/game?
I am trying to make multiple levels for my game, I have made 1 level and want to make more, with more challenging aspects. Anyway, I get this error:
[Code]...
" What does FPS stand for?"Below it, I have three potential answers:
A) Felt Pen Stimulator,
B)Fries Pickles Saurkraut,
C)Frames Per Second.
As you all (Hopefully!) know, the last answer is the correct one.What would I type in the Actions box so that when you click the right answer, it takes you to the next question,but when you click the wrong answer, it takes you to a game over screen? (Please, PLEASE make sure your code works before you tell me!)
How can i make a Password Input Box for a Game, I am creating? I'm using Flash CS3.
View 3 RepliesI'm trying to develop a SWF Api that consists of a game that makes random objects fall from the top, each of them has different points, and then the points the player gets should be stored into a dinamic text called score, when the player doesn't take the ball, loses a life. Then, if the player catches it, the ball disappears and gives the points to the player.
View 3 Replies