all groups > flash actionscript > july 2005 >
You're in the

flash actionscript

group:

i dont under stand


i dont under stand Pitchsole
7/31/2005 11:20:59 PM
flash actionscript:
ok, i see al of these people making game's.
awsome cool thing with roll over,
and its all made with A S,
(action Script)
now i know nothing about it,
i tried to make a cannon game,
and i need to know A S,
and ive seen what everyhitng is, i just dont know how to put them togeather
etc,..
now usay people ask Give my the script, no no no no,,,no i do not what that,
if you could PLEASE show me what everhyitng is fr examples, and wha happens
when put this tgeather, and flash exapmples, what error's mean etc,,
if you can give me a full explanation on everhyintg, on a post that be great,
i will even pay you, cuz that be a HARD job, im talking like 100$ r more,
becouse this flash just aint for my game, its for a website im making,
www.Pitchsole.com
not made yet,
and evn better make a flash will all that and everhyitng, it be kind of
eazier,
and explane y when after a buttons you cant see any animtions only things that
are still?
if you do this i will pay!
and the max i will pay for this is 200$,
Max, some one plse help!
and i Ain't paying first!, ive been scammed for 50$ already, and nothing so
plse help me,
Re: i dont under stand Pitchsole
8/1/2005 12:00:00 AM
I am sory,
even if you did ask for pay becouse,
i already new that, you gave me stuff i could learn on my own, the other stuff,
like _parent,s NewX._parents like that stuff everhyitng!
and i stilll need to know about the after the bottons
y wont any animtions thigns show,
and to give some one the money id mail it,
Re: i dont under stand Pitchsole
8/1/2005 12:00:00 AM
can some one help me,
if i must i wil raiseit too 250 MAX,
PLSEMHELP
Re: i dont under stand bwm_razel
8/1/2005 12:00:00 AM
OK, you need to find some tutorials on Flash. If you're willing to pay some
$250, why don't you just take that money and buy some good Flash books like the
Actionscript Cookbook, Actionscripting in Flash, or something of the sort?
Try doing a google search for "flash tutorials" or something. Paying someone
online to help you learn Flash is not your only option.
Re: i dont under stand Gosugenji
8/1/2005 12:00:00 AM
Re: i dont under stand addicted ta mx
8/1/2005 12:16:27 AM
ok newbie, this 1's for free aight', but if/when u reply could u enlighten me
on how u would pay, lol -----
the first 2 things/actions that would come in handy would b the
on(release){
and
on(press){
now on(release) action does pretty much like it sounds, it means = when u
press the left-mouse button down and then release the mouse button, it will do
what ever command u put underneath it, and for on(press) it means when u just
click the mouse button down without releasing it it will do whatever u put
underneath it, for example if u have 2 frames in the timeline and u have a
button on frame 1 and u want to go to frame 2 when u click and release that
button then first u have to put a stop action on frame 1 so the movie/game
doesn't automatically play into frame 2. so u would click on the frame
itself(frame 1) and in the actions panel(making sure that u have clicked on
frame 1) type :
stop();
this will make sure the movie doesn't play when u run the file. Next make a
button and when made(the button), click on it(the button) and open the actions
panel and type in the actions panel :
on(release){
gotoAndStop(2);
}

This basically tells flash that when u have pressed and released the button
that u made(using the mouse), it will go to and stop on frame 2 and the }
symbol tells flash that u have ended the on(release) action. You could have,
instead of where the gotoAndStop(2); action is, u could have :
gotoAndPlay(2); which tells flash that instead of going to and stopping on
frame 2 you are telling flash to goto and play frame 2 and because in flash,
after the last frame plays it loops and goes back to frame 1 but u could fix
this by putting another stop action :
stop();

on frame 2 so that it doesn't loop.
now i can't believe that i just typed all that out because all this basic,
REALLY BASIC stuff(info) is floating around on the net and in the flash help
files so i suggest starting there but itz all good coz every1 has to start
somewhere so good luck
and......................................................... give me my $$$$$,
jus playin'

Re: i dont under stand t-juice-t
8/1/2005 10:11:05 PM
First of all, be patient. It will all come in time, and even if it seems it
won't, we've all been there. Second of all, use the Flash tutorials. Nothing
will help you more. Even if you've already read them, they are still of good
use, to refresh your memory. Finally, if you are the kind of person who likes
to see things first, there's a place to view all sorts of pre-assembled code in
your own computer. Just go to your program files/Macromedia/Flash MX/Samples.
From there, watch the movies in the SWF format, and view the script in the FLA
format. Before your start offering to pay people, just calm down and read
through this stuff. There are way to many people out there just waiting to
scam someone like you. I hope this helps,

T-Juice-T
AddThis Social Bookmark Button