View Full Version : searching simple game sample or engine
m943ss
03-31-2007, 10:47 PM
Hello,
I want to made my game, but first I want to see other all ready done simple games. Now i search with google, but can`t find great sample. What i mean you can see in image : http://img53.imageshack.us/img53/1176/untitled34uo7.jpg . You shoot the balls, get a points, and get to next level, where balls came down with more speed. My weapon can be reloaded... I hope you get a point? I try find simple sample, please post some game links, or some flash tutorial or resource.
WhidbeyTomas
04-02-2007, 01:21 AM
Try searching for "games" and "actionScript." Keep in mind that many of the files showing games are old and use ActionScript 1.0. You can also look at tutorials on this site.
m943ss
04-02-2007, 10:33 PM
I try search in different flash resource sites, but without result. Now my biggest problem is target following bullet - bullet must follow the shoot direction, and if there will be any target = crash! Still looking for some good example.
WhidbeyTomas
04-02-2007, 11:28 PM
If you want to see tutorials or samples of games using actionscript, try a google search for "actionscript for games." The first of a health list is: http://www.developal.com/tutorials/tutorials262.html.
For a particular problem, you will need to show the code you are using that is not working the way you wish.
m943ss
04-05-2007, 04:36 PM
thanks for link, but I looking for some flash game sample, like I post`ed in image (first post in theme), because i don`t want made game from zero, with some sample - much easy
WhidbeyTomas
04-05-2007, 04:47 PM
I understand what you want. It can be frustrating, but the Mick Jagger lyrics tell the story. You will find what you need if you look at other games with a critical eye. You will need to take a little from one and a little more from another. The alternative is to hire a developer to build what you want.
You can't always get what you want
But if you try sometimes you just might find
You just might find
You get what you need, ah yes...
m943ss
04-08-2007, 12:06 AM
so, situation is change - now I want to find really good sample for this GUN what is lie on button at flash game - this gun must follow the mouse at 180 volume. :confused:
m943ss
04-09-2007, 07:37 AM
so, situation is change (2) now i search for gun bullets reload "system" I have 5 bullets, and after 5 mouse click`s gamer will user it all - but reload gamer can get only after:
on (keyPress "<Space>")
{
// Bullets reload actionscript
}
m943ss
04-09-2007, 09:48 AM
please i need a actionscript for disabled click to some movie clip.
If (some_number >0)
{
"you can`t press to some_movieclip"
}
you can see this movie clip, and movie clip is doing this "job", but you just can.t press to it.
WhidbeyTomas
04-09-2007, 06:18 PM
It sounds like you would like to have your button become inactive when a clip of bullets is empty. I would create two buttons and place them in exactly the same location. One button is the trigger for you gun, the other looks the same but is subdued and has some indication that there is no more ammo.
By making a button invisible, it is no longer active. You would use a function to make one visible and the other invisible based on events. You have the logic down, you just need to pick up the syntax for code.
I can't tell what kind of button you are using. In you library, is your button a movie clip or a button? I never use button instances; instead, I make movie clips and use functions to make them act like buttons. This gives me more control over button behavior.
If you cannot post your FLA, perhaps you can send it to me in a private message (just click on my name to find the path for that). When I can see your button strategy, I can give you some code.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.