Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 Viewshey poeple i need some help iv made a game on ng but it lags at the beggining and i could use some extra ideas :)
Click to view.
thank you all
hey iv done a few starter to animation tutorial heres my page have a look if you like :)
can i join :) love anime yeahhhh baby join join join :P
hi i have some basic tutorial to flash you can look at and flash if the best for noobs :)
sorry theres no way unless you got a software that can take them off or ask tom and the rest if you can take the from the sever :) good luck m8
At 3/10/11 01:21 AM, simplegoogly wrote: add key listeners which will make your booleans go true. then use the booleans to move the character in the enter frame of the character. It is a simple task. Now with all these boolean values you can check if player is holding both left and right key or whatever is your need and then do accordingly. Hope this helps.
thank you so much someone dosnt talk crap and is helpful i fixed it up all working now thank for you advice
if(MC.currentFrame != 3){
MC.gotoAndStop(3);
}
IDK if that made any sense, I'm dead tired right now and it's 4am hah
yeahh what if you want it to stop when you release like left and what it to go to idle ? :)
At 3/9/11 10:13 AM, Redshift wrote: Use tags ffs.
and that mean what and where ?
ok so iv start a platformer game and i have the basics arrows keys left right jump and i made aninmation walking clips and it works but how do i get it to stop walking after i pressed left right down i want it to play my idle frame after i stop walking heres my code thank you
onClipEvent (load) {
var ground:MovieClip = _root.ground;
var grav:Number = 0;
var gravity:Number = 2;
var speed:Number = 15;
var maxJump:Number = -20;
var touchingGround:Boolean = false;
}
onClipEvent (enterFrame) {
_y += grav;
grav += gravity;
while (ground.hitTest(_x, _y, true)) {
_y -= gravity;
grav = 0;
}
if (ground.hitTest(_x, _y+5, true)) {
touchingGround = true;
} else {
touchingGround = false;
}
if (Key.isDown(Key.RIGHT)) {
_x += speed;
gotoAndStop(2);
}
if (Key.isDown(Key.LEFT)) {
_x -= speed;
gotoAndStop(3);
}
if (Key.isDown(Key.UP) && touchingGround) {
grav = maxJump;
gotoAndStop(4);
}
if(!rightKeyisDown && !!leftKeyisDown && !upKeyisDown)
gotoAndStop(1);
if (ground.hitTest(_x+(_width/2), _y-(_height/2), true)) {
_x -= speed;
}
if (ground.hitTest(_x-(_width/2), _y-(_height/2), true)) {
_x += speed;
}
if (ground.hitTest(_x, _y-(height), true)) {
grav = 3;
}
}
now i have 4 frames in side my player 1 is idle 2 right 3 left 4 jump
anyclue anyone??
thank you again
wow this looks cool ill give it a try see what is will be like
let see people flash art with photoshop texters
this is mine
i told you not to only joking dose any one really use the bone tool in cs4 and what for what type of stuff
best ebook for flash cs4 in your view what the best
At 11/28/09 10:07 PM, Noray wrote: Depends. You really into animating and won't stop doing it for years; go for the Cintiq small version:
http://www.wacom.com/cintiq/cintiq-12wx.
php
If you enjoy it and do it avidly get this:
http://www.wacom.com/intuos/
Has small, medium, large, XL
(I have a medium, good size, small would be too small. I'd rather have a large though.)
And if you just do it for fun and don't really care about great quality and ease get this:
http://www.wacom.com/bamboo/bamboo_fun.p hp
Don't waste your money if you don't have patience and hard working skills. A lot of people get sick of flash because they can't take the time to make a decent one. Don't be one of those people.
thank you for all your posts and i really like this one im not one of them i work hard and do my best even if it don't come out great at first its worth it just to bring the imagination alive :)
and im going to get the cintiq-12 it seems cool and a good price its better then the stupid lapazz tablet i got lol
At 11/28/09 09:24 PM, diehard3j wrote:At 11/27/09 01:15 PM, Buster60 wrote: Both Animant and Diehard- are you experienced with FLASH? I have seen both of your art, but do you have any flash work, so I know you are also familiar with animating in flash? thanks.yes i am iv made some flash animations about the bible for my church if that dont put you off here have a look
About the game- it will be a normal flash game submitted to sites like newgrounds. Just tell me if you need more detail about me or the game.
http://www.limburybaptist.org.uk/kids2.h tml
adam and eve is newer when i made the first one it wasnt very good but they show that i can animate
J.H
ps also red riding hood :)
Click to view.
At 11/27/09 01:15 PM, Buster60 wrote: Both Animant and Diehard- are you experienced with FLASH? I have seen both of your art, but do you have any flash work, so I know you are also familiar with animating in flash? thanks.
About the game- it will be a normal flash game submitted to sites like newgrounds. Just tell me if you need more detail about me or the game.
yes i am iv made some flash animations about the bible for my church if that dont put you off here have a look
http://www.limburybaptist.org.uk/kids2.h tml
adam and eve is newer when i made the first one it wasnt very good but they show that i can animate
J.H
dude you did this in flash its good could use more shading :)
dose anyone know the best tutorial for games but for cs4 ?
many thanks
J.H
Hello
My name James Henderson im a cool animator artist haven't done much work on the internet but i been animating for 4 year in college with an art degree would like some more information.
thank you
J.H
i dont think there is mate but the demo what lasts for 30 days then you can download it again its worth it :)
the best game to make by rating is Rpg games its a fact maybe a snow man rpg in a snow city were you have to defend your beautiful city from evil polarbears:P
imagine before you create
i would love to see a michel jackson animation where it gose though stages of hes life like when he was 5 all the way up to hims death that would rock :)
very good points thank you ill work on it :)
At 7/11/09 12:16 PM, lawlolawlstudios wrote: Did you take the page down? It won't come up in my browser.
oh thats weird it comes up on ours emm idk sorry
i just made a new site it needs alot of work i would love some feed back thank you :)
http://flashpower3000.50webs.c om/index.html
and my youtube page
http://www.youtube.com/user/flashpowr
thx
At 7/11/09 09:55 AM, InsaneBrutality wrote: Here's an idea:
Forget it.
why you say that ?? that kinda mean
hey everone im really in o this animation im making and i really need some cool/scary ideas for my Twilight cartoon if anyone could help with short storys pics design ideas anything you can do would be really great thank you and who ever helps me with graphicill add to the credits :)
plz leave a comment :)
well its much more easyer to make animations and new stuff like the 3d tool and bone tool its well worth buying :) i hope i helped