Be a Supporter!

hey poeple i need some help iv made a game on ng but it lags at the beggining and i could use some extra ideas :)

thank you all

Response to: Animation advice for a noob please? Posted May 10th, 2011 in Animation

hey iv done a few starter to animation tutorial heres my page have a look if you like :)

http://www.youtube.com/user/flashpowr?fe ature=mhum

Response to: Anime Club Posted April 21st, 2011 in Clubs & Crews

can i join :) love anime yeahhhh baby join join join :P

Response to: Noob help? Posted April 20th, 2011 in Animation

hi i have some basic tutorial to flash you can look at and flash if the best for noobs :)

http://www.youtube.com/user/flashpowr?fe ature=mhum

Response to: Extract your swf. files from NG? Posted April 20th, 2011 in Where is / How to?

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

Response to: walking mess up helpp pleasee :) Posted March 11th, 2011 in Game Development

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

Response to: Char Animation Not Playing Posted March 9th, 2011 in Game Development


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 ? :)

Response to: walking mess up helpp pleasee :) Posted March 9th, 2011 in Game Development

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

Response to: Loaders Posted November 30th, 2009 in Game Development

wow this looks cool ill give it a try see what is will be like

let see people flash art Posted November 30th, 2009 in Art

let see people flash art with photoshop texters

this is mine

let see people flash art

dont look here Posted November 30th, 2009 in Game Development

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? Posted November 29th, 2009 in Game Development

best ebook for flash cs4 in your view what the best

Response to: wacom Posted November 29th, 2009 in Game Development

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

Response to: Drawer/animator needed for collab Posted November 28th, 2009 in Game Development

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.
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

ps also red riding hood :)

Response to: Drawer/animator needed for collab Posted November 28th, 2009 in Game Development

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

wacom Posted November 28th, 2009 in Game Development

what wacom is best for flash animation ?

Response to: tell me how to improve this drawing Posted November 27th, 2009 in Art

dude you did this in flash its good could use more shading :)

best flash tutorial? Posted November 27th, 2009 in Game Development

dose anyone know the best tutorial for games but for cs4 ?

many thanks

J.H

Response to: Drawer/animator needed for collab Posted November 27th, 2009 in Game Development

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

Drawer/animator needed for collab

Response to: is flash free? Posted November 27th, 2009 in Game Development

i dont think there is mate but the demo what lasts for 30 days then you can download it again its worth it :)

Response to: What type of game? Posted November 27th, 2009 in Game Development

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

Response to: What would you like to see animated Posted July 11th, 2009 in Game Development

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 :)

Response to: my flash website Posted July 11th, 2009 in Game Development

very good points thank you ill work on it :)

Response to: my flash website Posted July 11th, 2009 in Game Development

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

my flash website Posted July 11th, 2009 in Game Development

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

my flash website

Response to: need ideas on a Twilight Series Posted July 11th, 2009 in Game Development

At 7/11/09 09:55 AM, InsaneBrutality wrote: Here's an idea:

Forget it.

why you say that ?? that kinda mean

Response to: Flash cs3, Brush tool size? Posted July 11th, 2009 in Game Development

dude zoom in :P


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 :)

need ideas on a Twilight Series

Response to: should I get Flash CS4 of not? Posted July 10th, 2009 in Game Development

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