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 ViewsHello Animation forum users,
I have the opportunity to by a cheap bamboo fun wacom tablet and I was wondering if it's worth buying one if I want to start making flash animations. Or is it too basic?
Thanks
At 12/28/10 01:55 PM, Strategize wrote:
The same quality of person as you.
Seeing as you have nothing better to do then go on 4chan everyday, then go on Newgrounds and complain about 4chan being down for 1 day (OH NO!)
Then you come here and think newgrounders are going to give you respect/laugh at all the 10 year old memes you keep desperately yelling at people.
I'm quiet surprised this one came out so late. Got me there. But fuck what's with all the flame? I expected Newgrounds BBS to be a bit more mature then that.
At 12/28/10 01:20 PM, Racoonmario wrote: I keep clicking the bookmark even though I know it's down.
Same here... feelsbadman.jpg
At 12/28/10 12:40 PM, Chdonga wrote:
Why would a board on 4chan want to bring 4chan down? Yeah they raid other boards, but /b/ isn't so stupid that they'd attack themselves.
I meant that it is probably a revenge against /b/ for some raid they made. The other boards are just victims.
At 12/28/10 11:36 AM, klik wrote: Everyone on /B/ is gonna come here now, shit
Well yes, when /b/ is down we spread our diarrhea all around the internet. The interwebs need /b/ back. Or anons will go mental. And still no hint of who is DDoSing 4chan. You can certainly blame /b/ though.
Yert... u mad? Ho he mad.
Also haters gonna hate. But who the fuck has nothing better to do than DDoS 4chan between chrismas and new year?
Ho guyse?
Is it me or 4chan is down? Is it Tumblr? The FBI? Or just me?
Wow, yes it is!
Thanks you are my hero ;)
Can't remember the name of a game!
It was this nice shooter with a retarded hunter shooting cute animals and a veeery funny voice that said "double kill" "triple kill" etc.
There also was like a LOT of upgrades...
Can anyone help me out please?
Yeah... everyone is talking bout as3 possibilities, everyone says its better, faster, stronger, but for an occasionnal coder like me it just looks like more complicated. Isn't it only for pro coders??
Ok thanks for your opinions, I think I'll just stick to AS2, AS3 looks like really to hard to learn (maybe once you leaned it its better but I'm too lazy)
Hello people,
I just wanted you opinion on Actionscipt 3... I mean is it worth to pass from AS2 to AS3 for an occasionnal coder? Will everything soon be in AS3? Do we have to begin leraning it?
What do you think?
Hellooow!
There's a flash game on the portal that is stolen and even though I flagged him it passed the judgment. Could someone tell me who I should contact please?
Problem solved thx again :)
Moonkey to the rescue^^ thx again.
Actually it does work if I do what you say but I'd like the var to turn false if I don't hittest any of the mcs, see?
Hi!
Okay here's the deal:
On the main time line:
var meleecmbt:Boolean=false
var enemies:Array = new Array();
There are to similar mcs with the same code:
onClipEvent (load){
_root.enemies.push(this);
}
Then there's a man moving and having (among others) this code:
for (var i = 0; i < _root.enemies.length; i++) {
if (_root.enemies[i].hitTest(this) )
{
_root.meleecmbt=true
}
else{ _root.meleecmbt=false
}
}
Now, when I hittest one of the mcs in the "enemies" array it turns the var meleecmbt true but when I hittest the other the boolean variable stays false.
It as something to do with the variable because if I ask that when I hittest the mcs in the array it traces "yeah" well it works for both mcs. You get it?^^
Can someone help me please?
Lol the mighty movie clip. Looks like "The One" from animator vs. animation 2 is back.
Ok your script works this was not the problem (thanks by the way).
on the main time line:
var meleecmbt:Boolean=false
var enemies:Array = new Array();
on my "men":
for (var i = -1; i < _root.enemies.length; i++) {
if (_root.enemies[i].hitTest(this) ) {
_root.meleecmbt=true
}
else{ _root.meleecmbt=false
}
}
The two enemies mc are perfetcly identic but when i hittest one it says that the var meleecmbt is true and when i hittest the other the var is false... It looks like there is still a conflict between the two identic mc.
If you still got problems go in the "window" menu>"workspace layout" and then "default"
Ha and I see your bare has no "properties" and "filters".
Rigth lick on the parameter bar > groupe propertie with > prop. filt. and parameters
If I understand what you say your problem is that you are trying to use parameters on a simple drawing. Alpha etc can only be applyied to movie clips.
Right click on you drawing choose convert to symbol > movie clip and now you can use parameters
Is that what you meant?
for (en in _root.enemies)
{
if ( this.hitTest(en) )
{
trace("yeah")
}
}
This on my men mc also doesn't work. I can't figure out whats the problem, the enemy mcs are in the array (i see them when I trace the array).
Well now:
Main timeline:
var enemies:Array = new Array();
for (var i = 0; i < _root.enemies.length; i++) {
if (_root.enemies[i].hitTest(_root.men) ) {
trace ("yeah")
}
}
On the two enemies mc :
onClipEvent (load){
_root.enemies.push(this);
}
As you guess it doesnt trace "yeah" ^^
Ok thanks a lot l'll try to do that.
Thx for the answers
You way to do seems cool Moonkey. Could you tell me how I can make men hittest with all the monster in the array?
Is it just: _root.arrayname.hitTest(_root.men) ?
The main problem coming from the fact that the two enemies have the same name is that I cant HitTest the second one Oo. Wich is weird...
HitTest isnt working even if I change the name of the copyied mc
I realy think that before asking for people voices you should have made one or two OK submission (more than 3.0) to prove that you are worth it. It would be a shame talented VAC answer you and your movie is not worth of their talent
Hello!
Ok I'm trying to build up a diablo-like engine. For now there are two movie clips. One is the player (called "men) and the other the enemy ("enemy").
When you click on the enemy "men" will go to him, stop at close contact and in his movie clip will be played the action of him attacking every second or so.
At the last frame of the attack:
_root.enemy.enemylife-=1
There is of course and enemylife var in the enemy mc.
Now all works for the best, the enemy looses a life at each attack. Here comes the problem though:
if I add the same movie clip with the same name a second time the second movie clip wont loose a life when I hit him. There is probably a conflict because they have the same name. So how to do with many enemies? Using arrays?
help please!
wow your drawing pwns psycho.
I think the face is right but don't you cheated and did this with paint?
Ok sorry I missunderstood the title of your post. "Animators needed" Sounded like you wanted help of animators, my bad.