PDA

View Full Version : Simple tutorial for beginners.


Mattimos
11-14-2007, 03:23 PM
So, for those of you who have flash, I'd like to get you started using actionscript. You can use actionscript on a frame, a movie clip, or a button, and thus have something happen when people interact with the flash. To make a button lead somewhere once clicked, either add an on release or on press event to the button as so...

on(release){
}

or...

on(press){
}

The action you choose to use will be placed within the curly brackets, and will then take effect on the button itself, making you be able to click the button. By using the + menu in the actions menu, you can add effects such as global functions, and timeline control. You can make the button lead to a website, or to a certain part of your flash. As a preview, you can make a start button by doing the following...

Place a circle on the first frame, select it, and convert it to a button using the F8 button. Click the frame you're on, and hit F9 to open the actions panel, then type in this code...

stop();

Then select the button, and hit F9 to open the actions panel. Once in the actions menu, paste this code...

on(release){nextFrame();
}

Add whatever you want after this from the second frame on. This first frames button could be the play button, to start your flash. Hope this helps! :D

CarMan1390
11-14-2007, 04:27 PM
Thank you! A tutorial that is not by me! Finally!

This is a very good tutorial for beginners. I am actually working on a tutiorial called "Everything Actionscript". It goes in-depth about really everything about AS.

Mattimos
11-14-2007, 07:58 PM
I thought I needed to help some people out, because it took me a while to get started with it. I'll be glad to see that tutorial! It'll probably even teach me a lot.

westvball
11-15-2007, 04:48 PM
thanks your tutorial helped alott!!!!!:p

Mattimos
11-15-2007, 11:08 PM
thanks your tutorial helped alott!!!!!:p

You're welcome! Glad I could help!

plank123
12-14-2007, 10:33 PM
how do you post someone please tell me that:confused:

SecurityCop
12-15-2007, 01:42 PM
how do you post someone please tell me that:confused:

Exactly what you just did.

Mattimos
12-15-2007, 01:55 PM
how do you post someone please tell me that:confused:

Umm... what?

TotalReview
12-16-2007, 10:57 PM
how do you post someone please tell me that:confused:

You just did it and you can also comment games/videos.

mtcell2123
02-20-2008, 02:22 PM
kayy ,, mi computer isnt letting me change from general movies and games to "adult" games ,, the icon isnt even showing up :confused:

CarMan1390
02-20-2008, 06:06 PM
kayy ,, mi computer isnt letting me change from general movies and games to "adult" games ,, the icon isnt even showing up :confused:
I thought everybody knew this by now. Go here (http://forum.hallpass.com/showthread.php?t=11487) for more information.

wiggles
04-06-2008, 03:57 PM
i really want to get into flash, but it seems so hard and out of my reach, i could never understand it all

Mattimos
04-06-2008, 04:13 PM
i really want to get into flash, but it seems so hard and out of my reach, i could never understand it all

Well, to start, you don't really need any knowledge of actionscript. Just play around with frames, tweens, different patterns, etc.

With actionscript though, you can assign actions to things you draw, which makes it even more handy.

ajo196
04-23-2008, 01:48 AM
Hi, Hallpass

Im Witing My First Time Too You:):):D:D

Im only 8 and im shy bu t i like typing!

pakman21
04-23-2008, 09:04 PM
Hi, Hallpass

Im Witing My First Time Too You:):):D:D

Im only 8 and im shy bu t i like typing!

Wow.

Just...wow.

Mattimos
04-25-2008, 08:39 PM
What's with all these children posting in my tutorial thread?

There's been like, four of them.

RedoX
10-04-2008, 04:34 PM
so I get all this and IF I had actionscript I think I could do it however... I DON'T have actionscript can someone please post a link to a good site to get it...

CarMan1390
10-04-2008, 04:41 PM
Actionscript comes with Flash. You don't have to buy or download it anywhere.

LordPwn
10-04-2008, 05:14 PM
I don't think he understands that Actionscript is a code, not a program.

It's a code.

ilikepie12
10-07-2008, 02:31 AM
I don't think he understands that Actionscript is a code, not a program.

It's a code.

actionscript is a bit of a program and a code.

CarMan1390
10-07-2008, 04:06 PM
actionscript is a bit of a program and a code.
No it isn't. It's just a code.

rickola25
10-07-2008, 08:03 PM
well aparently im still a beginner cause i dont know how to make a thread or forum or if u can even start them PLEASE HELP ME!!!!!!:D

rickola25
10-07-2008, 08:08 PM
if u reply reply with a mesage derectly to me cause icheck those more than this:D

ssteele18
10-26-2008, 11:48 AM
thank you! A tutorial that is not by me! Finally!

This is a very good tutorial for beginners. I am actually working on a tutiorial called "everything actionscript". It goes in-depth about really everything about as.

and that is good