About flash help Its important to remember that I am not a flash genius, so only simple questions please. Yes i know a bit of actionscript, but if you are experienced with flash then you are probably better than I. But still feel free to post your questions because someone else here might be able to anwer them
Trademark604- 03-25-2007
sounds good
I tried to make a game in flash mx and failed horribly
if you have any questions and I am not on msn, just ask me here Byron.
Trademark604- 03-25-2007
k well i do not think i am going to make one but if i decide to then i will ask you in the forum
k...if you get good enough then u can make vids with me, and we can pwn the internet.
Trademark604- 03-25-2007
i know how to i just need to get better at making videos can u tell me anything that would help
yes actually.....frame by frame motion looks better then tween.
sarah4120- 03-26-2007
trademark604 is byron a close friend of yours taht lives in your local area cuzz seems like you guys are really close friends because he has like 100 comments(not in a bad way).
Trademark604- 04-09-2007
trademark604 is byron a close friend of yours taht lives in your local area cuzz seems like you guys are really close friends because he has like 100 comments(not in a bad way).
he lives like 10 minutes away from me, and we arent super close friends i just met him like 6 months ago but we're still friends.
noams- 05-16-2007
Hi Guys!
I am using flash studio 8 professional... I need help with something:
if I have a rotating object that is rotating in it's place (let's call it ball, for this example), and my actionscript code, which I put on the BALL MC, looks like this:
onClipEvent (enterFrame) {
i = getProperty(this,_rotation);
setProperty(this,_rotation,i + 5);
}
That means that the angle the MC is facing is growing by 5 all the time.
Now, up to here everything works perfectly, but what if I wanted to make a button, that will make the object rotate faster?
I have tried many codes to put on the button, but I don't seem to figure the exact code.
Any advice?
Blaze- 05-16-2007
well you would need to set the rotation amount to a variable. so instead of saying
<...> i + 5);
you would say
<...> i + r);
(and set r to five)
then for the button have
on (release) {
r += 5
}
then for the button that slows it:
on (release) {
r-= 5
}
and that should work. I am not using my computer so I am not 100% sure if it would work(no flash on this computer) but I will try it when I get home. Then edit this post with the fixed version if fixing is needed.
Trademark604- 05-22-2007
yeah Blaze's comment is correct. it works, i just -*test*-('")ed.
sarah4120- 06-12-2007
How long did it take to make your flash game tyler?
davidmcg- 06-18-2007
Hi my name is David, and i have been trying to
make a game on Flash MX and i was wondering if you could
help me with a problem i am havin???I made my game and then i realised that i forgot to make it load!!!! Then I tried to make it load
but i couldn't!!! please will you tell me how!!!
plz!!!
Trademark604- 07-06-2007
Hi my name is David, and i have been trying to
make a game on Flash MX and i was wondering if you could
help me with a problem i am havin???I made my game and then i realised that i forgot to make it load!!!! Then I tried to make it load
but i couldn't!!! please will you tell me how!!!
plz!!!
hey all you have to do is move all of your frames one frame forward and on the first frame put in a preloader. you can download one for free from www.newgrounds.com and use it. just stick it in and it does the job.
i hope that helps.
zoneterror- 12-28-2007
i suck at action script!!i'd just try to search it..
Forumer™ is Voted #1 Free Forum Hosting provider
Build your own community today with the largest message board hosting company.