The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsMaking games can be rather tedious..
In my highschool there was a game design class but the prerequisite was 2 years of computer programming(Java).
Maybe AS: Main..
This whole experience should serve as a life lesson to you..next time don't make commitments to others if you can't pull through on your own
if(Key.isDown(Key(1))||Key.isDown(Key.TA B))
{
gotoAndPlay();
}
As Cai said
flashgamelicense.com is the best website out there to get hooked up with sponsors..
The only other option is to contact them yourself.
RE: FGL (flashgamelicense.com)
I get on there about once every two days or so. You always get such great feedback on all of your games. Also I have noticed that if you leave feedback on someone else's games they almost always will leave some feedback on your games.
Great site!
At 7/29/08 12:50 AM, Ani-Money wrote: Keep looking treerung, try the audio portal, your itunes, and maybe download some movie soundtracks.
What type of songs/loops are you looking for? Maybe we can give some suggestions.
Some thing rain/rainstorm sounding for the game part and maybe just a light raintrack for the menu and instructions..
In an attempt to start slightly more interesting conversation..
Music in Flash
It seems that nowadays everyone puts music in their games and movies..
In my opinion, depending on how it is used, music doesn't always improve a flash..and I feel many people force music into their flashes even if its not needed.
From what I can see, the reason for this is there are always people who leave stupid reviews saying " well I would have given this a 10 but since no music now it gets a 3"
Basically, I have a game but I just can't find any music that fits it so I'm thinking of leaving it soundless aside from some sound effects for the buttons in the menu and instrucions.
Is this a good idea or will I get voted down enough that I would be better off waiting until I find some music that fits into the game better?
Goddamn this collab sucks..
It all depends on your variables.
for(i=0;i<151;i++)
{
if(player.hitTest([item+"i"]))
{
itemcount++;
[item+"i"].gotoAndPlay(//frame where item is offscreen);
}
}
Thats really I can do for you without any sort of code to work off of and without doing all the work for you.
Sorry!
I think all of the new versions(flash mx, flash8, cs3) are all around $700 and $250 for the education versions.
RE: Noobish Thing in Flash
I once made a 30sec timer by making text a movieclip and creating a new frame inside of it for each .1 second..
This was before I knew about getTimer()
Well it depends what your trying to do..
If you are creating a boundary
Do this:
if(this._x>550)
{
this._x=540;
}
At 7/25/08 08:55 PM, kylelyk wrote: if (this.hitTest(_root["b"+bc]._x,_root["b"
+bc]._y,true)) {
trace("hit1");
}
You need a for loop
for(bc=1;bc<=5;bc++) //Change bc<5 to how many bullets you have
{
if (this.hitTest(_root["b"+bc]._x,_root["b"+bc]._y,true))
{
trace("hit1");
}
}
Now change the instance names of the bullets to b1,b2,b3 etc..
if(Key.isDown(Key.UP))
{
this._x+=speed;
}
At 7/25/08 06:27 PM, zrb wrote: A good sponsor does not ask for any source files, they just ask you to put a few of their logos in your swf and pay you. If a sponsor asks you for your source file, deny it and find a good one.
I mean I know good sponsorship deals but some developers avoid sites like armorgames and crazymonkeygames because they really hurt the business of smaller flash sites.
I was asking because some of these smaller sites might be more likely to break a contract.
Freeonlinegames.com
I have heard alot of bad talk about them as a sponsor.
Evidently they ask for .fla then brand it with there logo, remove anything that shows the original developer worked on it, and change whatever they want in the game all this without the developers permission.
Now my question is if you give a sponsor the .fla does that give them the right to do whatever they want to the flash or is doing any of the above without the developer's permission considered a breach in contract?
I thought that GemCraft got $16000.
At 7/24/08 09:39 PM, RoughRuss wrote: I've been working on this project for a while. So nothign much to show
Thats not exactly a good thing..
Well you practically joined yesterday..
You have no flashes submitted..
So you go and spend a good bit of money on a tablet for something that you have no experience in..
Now you want to spend more money on another tablet..
Seems really stupid when you look at it this way huh?
Im not sure if this would do anything but have you tried linkage?
At 7/24/08 05:43 PM, SpamBurger wrote:At 7/24/08 05:40 PM, Treerung wrote:Why not this one?At 7/24/08 05:34 PM, SpamBurger wrote: ITS ON!!!1I might join in the next one if there is another..
Im too busy and the coding seems a little tough for me.
If the code I gave you isnt working then you need to go and learn some OOP and fix your code before it will work..
At 7/24/08 05:34 PM, SpamBurger wrote: ITS ON!!!1
I might join in the next one if there is another..
removeMovieClip(//whatever you want to remove);
Yeah Im aware of that which is why if you noticed you only get as many points as water you have collected..
Meaning if you collect 3 raindrops you get 3 points
Rather than write code to fix this..I give an incentive getting 11 raindrops which is the amount you need to fill you tank gives you 20 points..