Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsAt 8/1/10 03:29 PM, VirusN wrote: And what happens if I have a copy of a hacked rom (let's say, super obama bros in dongland), am I legally allowed to play it if I don't own a copy of the original game?
I'm just trying to win a bet here :)
It's not legal, but with the amount of so many people downloading ROMs these days you shouldn't worry.
The reason the flash program cannot support audio in graphics: it was only capable of putting audio through either the main time line or movie clips. Since graphics are actually embedded in the timeline and can be easily streamed without exporting, putting audio in there and have it work overtime would make flash crash easily.
Because if you were going to animate with graphics, say using a walk cycle, you could drag that in your timeline and have it automatically stream in your timeline. Then when the character walking animation is done you can just onion skin to see the last frame it cuts out to when doing the FBF.
Movieclips have their own way of looping and only plays when the SWF is exported.
Our game was completed Saturday night but Wasim went to a funeral and he's still attending something involved with it or something, it will be submitted sometime whenever Wasim is back.
SORRY GUYS I FUCKED UP D:
Our game was completed Saturday night but Wasim went to a funeral and he's still attending something involved with it or something, it will be submitted sometime whenever Wasim is back.
At 7/11/10 01:25 AM, Mexifry wrote:At 7/10/10 01:39 PM, Thundaboom16 wrote: Guys these people actually are really good. We have a chance in this ;)Wasim and CarlJ are actually pretty decent.
Wasims p cool and Idk CarlJ hates me. lmao
He hates you because you are certainly a gaybi to poor Carl D:
Guys these people actually are really good. We have a chance in this ;)
To be honest here folks you guys were right, these guys are a lot better than I imagined.
However we'd still like to be recognized as team spammer.
go team spammer xD
At 7/9/10 10:51 PM, nathanielmilburn wrote:At 7/9/10 10:39 PM, Thundaboom16 wrote: I did think of doing that for a second, however communicating to a spammer is like talking to a drunk man.sometimes you don't get team members you want, it'll happen in the real industry and you'll have to work with who you get
Hear me out AustinBreed, if there's any possible way to randomize my list again, that would be great.
However in the team industry you have to be qualified in a certain level to get in. These are just random folks who registered and post spam everyday.
At 7/9/10 10:38 PM, TehSlapHappy wrote:At 7/9/10 10:35 PM, Thundaboom16 wrote:In retrospect, it's not a bad idea.At 7/9/10 10:34 PM, nathanielmilburn wrote: make a game about spamHell no :o
I did think of doing that for a second, however communicating to a spammer is like talking to a drunk man.
Hear me out AustinBreed, if there's any possible way to randomize my list again, that would be great.
At 7/9/10 10:34 PM, nathanielmilburn wrote:At 7/9/10 09:59 PM, Thundaboom16 wrote: It's nice that I was in and all, but I just got paired up with 2 spammers.make a game about spam
|
Hell no :o
At 7/9/10 10:14 PM, Magical-Zorse wrote: oh man, what a solid lineup of artists. This thundaboom guy is gonna have to work extra hard to keep up with wasim and carljohnson.
I know right .___."
At 7/9/10 10:06 PM, EJR wrote: Lmao, I'm so sorry. I'm surprised they actually made it in.
I demand to be in some other team :(
It's nice that I was in and all, but I just got paired up with 2 spammers.
:|
dont worry peeps
im working on it
I love you all <3
also I am so sorry you had to go to my shitty 2009 submissions and screencapture them
+50 karma both of you
At 6/4/10 08:28 PM, Boss wrote: just finished my share of thundabooms flashes and another random one I found, stainlessone
PM me with the dumping links ;)
someone please do this for me
Haha I'm under 18 but I'd like to give you over eighteen-ers a tip: Get as much poutine as you can, it's amazing :)
take it from someone who used to live in quebec
the only collab I've actually done stuff for
THE ONLY ONE
Is like, really being a poop right now
So I have a menu. It's _alpha can be triggered with the space bar function.
onClipEvent(enterFrame){
if(Key.isDown(Key.SPACE)){
_alpha = 100;
}
}
Then I want to make it have a variable so it knows when to trigger it. I did so.
onClipEvent(load){
var active:Boolean = false;
}
onClipEvent(enterFrame){
if(Key.isDown(Key.SPACE) && active == false){
_alpha = 100;
active = true;
}
else if(Key.isDown(Key.SPACE) && active == true){
_alpha = 0;
active = false;
}
}
Presumably, it works. But it glitches. Since it keeps on looping to true and false, it's just plain non-usable.
Is there any way to make it so I can still hold space BUT still have the setting's alpha be 100 and then I press space AGAIN to do that?
Thanks, it would be a great help if you could help me find out what the problem is.
I'm working on something with carbonwater, hopefully we'll get it finished by that day!
Yeah but I see no kid character in mcfargles do I ;)
FatBlackWithKFC, if you were going to make 'fargles AS2 I would love to do some of the acid trip levels D:
Also thies, your new username just sounds like "thighs".
It transforms from a squidlike organism to a lady. I'm probably guessing the transformation is too fast.
Should I add a huge transformation to it then?