Be a Supporter!
Response to: first flash animation|need feedback Posted April 29th, 2009 in Game Development

i'm no expert but i would thin out the body lines to make him more clear,i.e. his arms and legs...i think it would look alot better that way.but then again..,it's your creation so it must look good to you as well.play with the line thickness and i think it'll be better.gl


and need a free way to switch it to swf. any suggestions?

Response to: is there a way... Posted December 5th, 2008 in Game Development

At 12/5/08 05:49 AM, Fion wrote: No you can't edit, it's an automated system based on, what I believe to be, who adds your submission to their favourites.

i checked and im not in their favorites,any other ideas?

is there a way... Posted December 5th, 2008 in Game Development

when one of my flashes comes up theres that part that says -people who liked this also liked-and its links to a other flashes,how do i edit this?is there a way?mine got grouped in with a bunch of sprite movies-all from one person i might add-and mine isn't even using sprites!wtf?

Response to: little as help? Posted November 28th, 2008 in Game Development

THANK YOU SO MUCH!!! unknownfury.i played with it a little bit and it works!!!btw i did a stupid human trick and forgot to give my fishcursor an instance name,well i did at one point but must not have saved it lol.thanks again.

Response to: little as help? Posted November 28th, 2008 in Game Development

would i have to steady change the x & y manually or no?

& i'll look in main for "shapeflag hittest"

Response to: little as help? Posted November 28th, 2008 in Game Development

o.k. upon a little though i get it,kinda.anyone know of a decent tut explaining how to change the hittest to match the contours of the inside of my movieclip,like going through a tunel?

Response to: little as help? Posted November 28th, 2008 in Game Development

yes to both.sooo i would need to add some variable?

little as help? Posted November 28th, 2008 in Game Development

o.k. so i'm making a game and have some as questions.i've been trolling the main for almost two hours now but can't find exactly what i'm doing wrong.frustrating,anywho...
i have my character made and it's a movie clip with the instance of FISHCURSOR.i have it moving just fine.next i have a very long tunnel-like wall,again a movie clip,this time with the instance of border.& i don't want them to touch so on my border i've put the action as
onClipEvent(enterFrame) {
if(_root.FISHCURSOR.hitTest(_root.border )) {
_root.gotoAndPlay(3);
}
}
but when the movie is tested it automatically goes to frame 3.
any sugestions of what i'm doing wrong? and please no links unless your sure theyr'e specific enough to help.thanks

Response to: Music Loop! Help? Posted November 14th, 2008 in Game Development

what program are you using?

Response to: Button in CS3? Posted November 14th, 2008 in Game Development

CS3 BUTTON!
1 stop();
2
3 buttonInstanceHere.addEventListener(Mous eEvent.CLICK, functionNameHere);
4
5
6 function functionNameHere(myEvent:MouseEvent):voi d//returning no value.
7 {
8
9 gotoAndPlay("frame number you want it to go to");
10 }

oh and buttonInstanceHere is the instance you gave your button in the lower left of the properties box!
hope this helps!

Response to: avi to swf Posted November 7th, 2008 in General

yep tuns out them sites either put a logo on your flash or wont let you download
i tried both!,
any other suggestions?it would be nice to be able to put this on NG

Response to: avi to swf Posted November 7th, 2008 in General

ill try thnx

avi to swf Posted November 7th, 2008 in General

i have an old flash on my computer saved as an .avi it works fine when played from my documents but when i import to my macro mx it ends up looking like tilted movie film.has anyone else had this problem and if so how is it fixed?

Response to: simple button woes Posted October 27th, 2008 in Game Development

THANK YOU! that's what i was missing!

Response to: simple button woes Posted October 27th, 2008 in Game Development

good point.yes i did .
1120: Access of undefined property buttonInstanceHere.

Response to: simple button woes Posted October 27th, 2008 in Game Development

ok i almost got that to work.thank you so far i am learning as i go!i added a parenthesis on line one but line three says function does not have a body.i've been playing with it but still can"t get it.

Response to: simple button woes Posted October 27th, 2008 in Game Development

as3

Response to: simple button woes Posted October 27th, 2008 in Game Development

tried again ,made a simple circle a button,put in a fresh frame,and says "current selection canot have actions applied to it

simple button woes Posted October 27th, 2008 in Game Development

iv'e been playin \g with this for an hour & time to ask for help!iv'e made a button,did the up down over and hit with up and hit being the same.i put a stop in the frame but now i can't find actions>button.it always says action>frame.and when i right click the button and go to actions it tells me there can be no actions applied to this selection?where'd i go wrong?