00:00
00:00
Newgrounds Background Image Theme

Chan99 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

As: Main

710,936 Views | 1,500 Replies
New Topic Respond to this Topic

Response to As: Main 2005-10-25 12:08:07


At 10/25/05 12:04 PM, kipling wrote: Is there a tutorial on subtitles?

No, it's pretty simple...

on(press){
_root.language = 1;
}

on(press){
_root.language = 2;
}

on(press){
_root.language = 3;
}

etc...

And then on the subtitles:

onClipEvent(enterFrame){
this.gotoAndStop(_root.language + 1);
}
Considering frame1 = nothing, frame2 = english, frame 3 = french, etc...


BBS Signature

Response to As: Main 2005-10-25 12:10:38


No, it's just that I noticed that there isn't an AS on it, and there used to be.

Response to As: Main 2005-10-25 12:26:45


Matrix Text?

If that code was edited it a bit, im sure it could be a really nice AS code for matrix. Just make the letters fall, with gravity (I dont know the code..), and thats basically it - no?


"Actually, the server timed out trying to remove all your posts..."

-TomFulp

Response to As: Main 2005-10-25 12:31:33


At 10/25/05 12:26 PM, IWantSomeCookies wrote: Matrix Text?

If that code was edited it a bit, im sure it could be a really nice AS code for matrix. Just make the letters fall, with gravity (I dont know the code..), and thats basically it - no?

pretty much, ill have a go

Response to As: Main 2005-10-25 15:11:56


At 10/25/05 12:08 PM, -Toast- wrote:
At 10/25/05 12:04 PM, kipling wrote: Is there a tutorial on subtitles?
No, it's pretty simple...

codies

Shouldn't there be an OFF button?

on(press){
_root.language = 0;

Meh.


BBS Signature

Response to As: Main 2005-10-25 16:11:38


At 10/25/05 12:31 PM, dELta_Luca wrote:
At 10/25/05 12:26 PM, IWantSomeCookies wrote: Matrix Text?

If that code was edited it a bit, im sure it could be a really nice AS code for matrix. Just make the letters fall, with gravity (I dont know the code..), and thats basically it - no?
pretty much, ill have a go.

Seems like the right person for the job :P

Response to As: Main 2005-10-25 23:14:40


could use some help... i'm fainly geting around to trying to lern some AS but i've got my self stuck... basicly i'm makeing a game that has its base in an astroids style game... i have my ship moveing perfectly useing

onClipEvent(load)
{
vel_x = 0;
vel_y = 0;
acc_x = 0;
acc_y = 0;
}

onClipEvent(enterFrame)
{ if (Key.isDown (Key.UP))
{
acc_x = Math.cos((Math.PI*this._rotation)/180);
acc_y = Math.sin((Math.PI*this._rotation)/180);
vel_x += acc_x;
vel_y += acc_y;
flames._visible = 1;
} else {
flames._visible = 0;
}
if (Key.isDown (Key.RIGHT)) this._rotation += 20;
if (Key.isDown (Key.LEFT)) this._rotation -= 20;
if (this._x <= 25) this._x = 575;
if (this._x > 575) this._x = 25;
if (this._y <= 25) this._y = 370;
if (this._y > 370) this._y = 25;
this._x += vel_x;
this._y += vel_y;
}

but basicly i'm haveing a few problems, first of all i can't work out and have'nt yet found a toutiral that covers how to shoot with this style of movment... i'm not sure how i could go about tracking here the shoot mc needs to apear (nose of the ship) and sending it off in that dircshion... secondly and less imporanlty i keep messing up seting a speed limmit for the ship (i'm looking to later add upgradeing of the ship heh) so any help at all would be fantastic

Response to As: Main 2005-10-25 23:50:27


hey umm... since im too lazy to look through the pages can someone give me a link or post in AS

when you click on a movie clip it turns into another movie clip but doesnt repeat afterwards?, like clicking on a stick figure thats walking (movie clip 1) then after clicking it switches to a exploding animation (movie clip 2) if you know how i would <3 you forever in my mind

Response to As: Main 2005-10-26 07:02:19


AS: Subtitles by -Toast-


BBS Signature

Response to As: Main 2005-10-26 08:23:42


At 10/26/05 07:02 AM, -Toast- wrote: AS: Subtitles by -Toast-

I'm ot entirely sure how useful that is, but I guess it's pretty helpful.

In other news!


BBS Signature

Response to As: Main 2005-10-26 08:41:47


At 10/26/05 08:23 AM, -Paranoia- wrote: In other news!

sweet ;-p

Response to As: Main 2005-10-26 12:26:30


At 10/26/05 08:23 AM, -Paranoia- wrote:
At 10/26/05 07:02 AM, -Toast- wrote: AS: Subtitles by -Toast-
I'm ot entirely sure how useful that is, but I guess it's pretty helpful.

In other news!

Yeah only snag is there isnt actualy a link in collections so noone but the regs on BBS knows about it / sees it


- Matt, Rustyarcade.com

Response to As: Main 2005-10-26 12:29:57


At 10/26/05 12:26 PM, Ninja-Chicken wrote: Yeah only snag is there isnt actualy a link in collections so noone but the regs on BBS knows about it / sees it

O RLY?

As: Main

Response to As: Main 2005-10-26 12:37:53


At 10/26/05 12:29 PM, Inglor wrote: O RLY?

YA RLY.

As: Main


Sup, bitches :)

BBS Signature

Response to As: Main 2005-10-26 12:44:04


At 10/26/05 12:37 PM, -liam- wrote: YA RLY.

took me a while to see the photoshop... hahahahhahaa

</ lastofftopicreply>

Response to As: Main 2005-10-26 12:55:29


Plane.

As: Main

Response to As: Main 2005-10-26 14:16:06


At 10/26/05 12:55 PM, kipling wrote: Plane.

You ruined it, its 748 now. :(


"Actually, the server timed out trying to remove all your posts..."

-TomFulp

Response to As: Main 2005-10-26 14:17:29


At 10/26/05 02:16 PM, IWantSomeCookies wrote:
At 10/26/05 12:55 PM, kipling wrote: Plane.
You ruined it, its 748 now. :(

Oh yeah, becuase posting a screenshot of 746, and typing plane would be just as funny.

http://www.newground../topic.php?id=368151

Response to As: Main 2005-10-26 19:29:37


Is an AS:(something) already made for all those basic little codes and stuff?

I really want to make one of those :(


wat

Response to As: Main 2005-10-26 19:56:21


AS:Ground Movement by -Thomas-


wat

Response to As: Main 2005-10-26 22:21:39


Hmmm, an awful lot of spam on the previous page. Thanks to -Toast- and -Thomas- for the new tuts, and to Glaiel for emailing me about the new page.

AS: GENERAL CODE:

BASIC (32)
AS: Animated Buttons by Inglor
AS: Bars (Health/Score/etc) by Inglor
AS: Basic A.I. by Dancing-Thunder
AS: Beginning Actionscript by Ninja-Chicken
AS: Bounce & Gravity by ImpotentBoy2
AS: ClipEvents by Inglor
AS: Drag & Drop by Inglor
AS: Duplicated Movie Clips
AS: Dynamic Color Changes by Rantzien
AS: Dynamically Resizing Objects by Spamburger
AS: Frame Functions by Spamburger
AS: Inventory 1 by Inglor
AS: Loops & Conditions by BleeBlap
AS: Loops - For... In by Inglor
AS: Loops - While by Ninja-Chicken
AS: Maths - Basic by T-H
AS: Movement - Basic
AS: Movement - Scrolling Background by DrDeath2k3
AS: Movement - Scrolling Objects by lan00
AS: Movie Control by Spamburger
AS: Password by Dancing-Thunder
AS: Performance & Optimisation Tips by T-H
AS: Quality Toggling
AS: Random by -Reedo11-
AS: Replay Button by Inglor
AS: Sound
AS: Stop & Play Buttons by Inglor
AS: swapDepths by -liam-
AS: Symbolic Operators (and, or, not) by SpamBurger
AS: Symbols by Joelasticot
AS: Timeout by Inglor
AS: Variables by Rantzien

INTERMEDIATE (27)
AS: Arrays
AS: Basic Combos by -Toast-
AS: Camera Control by Inglor
AS: Collisions by Glaiel_Gamer
AS: Collision Detection by BleeBlap
AS: Constant Distance (Ragdoll Basics) by T-H
AS: Debugging Syntax by Inglor
AS: Elasticity by Joelasticot
AS: Filters (Flash 8) by Inglor
AS: Following/Shooting at Mouse
AS: Functions - Basic by Inglor
AS: Intervals by Inglor
AS: Linear Increasement by Inglor
AS: Listeners by F13
AS: Load External Data/Cross-Domain
AS: Logical Thinking by Glaiel_Gamer
AS: Maths - Intermediate by Inglor
AS: Mouse Wheel by Inglor
AS: Movement - On slopes by Joelasticot
AS: Movement - Random by -liam-
AS: Output Panel Manipulation by Inglor
AS: Platform Game Basics by Atomic_Sponge
AS: Save and Load
AS: Strings by Inglor
AS: SWF Copy Protection by JackSmack
AS: SWF Right-Click Menu
AS: Upload/Download (Flash 8) by -liam-

ADVANCED (20)
AS: 3Dimension - Basic by dELta_Luca
AS: 3Dimension - Intermediate by dELta_Luca
AS: Actionscripted Tweens by BleeBlap
AS: API by -liam-
AS: API Curves by Glaiel_Gamer
AS: API 3-Gradient Fills by Inglor
AS: Binary Increasement by Inglor
AS: Components by dELta_Luca
AS: Line to Line Collision by Glaiel_Gamer
AS: Modular Programming by Inglor
AS: Non-Tilebased Pathfinding by dELta_Luca
AS: Tile-based Pathfinding by dELta_Luca
AS: Tile-based Game Development Map by Inglor
AS: Tile-based Line-of-Sight Algorithm by zoohl
AS: OOP (Object Oriented Programming) by Inglor
AS: Prototype, Proto & Inheritance by BleeBlap
AS: System Capabilities (Flash-PC Communication) by Inglor
AS: Trigonometry by BleeBlap
AS: XML by Inglor
AS: XML For Online Interactivity by -KhAo-


- - Flash - Music - Images - -

BBS Signature

Response to As: Main 2005-10-26 22:22:02


AS: SPECIFIC EFFECTS/PROJECTS:

BEGINNER (8)
AS: Clock by Glaiel_Gamer
AS: Custom Cursor by lan00
AS: Elastic Mouse Chaser by lan00
AS: Moving, Dad 'n Me style by -Thomas-
AS: Mad Libs by SpamBurger
AS: Preloader
AS: Photo Negative by Glaiel_Gamer
AS: Subtitles by -Toast-

INTERMEDIATE (14)
AS: Fireworks (API) by Inglor
AS: Game 1 - Moving and Jumping by Ninja-Chicken
AS: Game 2 - Shooting & Power-ups by Ninja-Chicken
AS: Maze by Begoner
AS: Flash Registration Form by bigftballjock
AS: Platformer: N00b to Pro by MusicianEXE
AS: Platformer by Thomas2005
AS: Pong Physics & Gravity by -Toast-
AS: Rain Effect (API) by Inglor
AS: Scoreboard by Inglor
AS: Starfield (API)
AS: Typewriter Effect by Atomic_Sponge
AS: Varispeed Rollover Scrollbar
AS: Volume Slider by Star_Cleaver

ADVANCED (4)
AS: Flash Game Instant Replay by Cojones893
AS: Key Queue by Inglor
AS: Syntax Checking Stack by Inglor
AS: XML Sockets - Chatroom by Ninja_Chicken

Notepad version of the list

Other useful links:
Flash Newbie Help by -ArcticHigh-
Flash (noob) tutorial by -hellraiser-
Starting with Flash by Otacon
NG's best tutorial movies
Flash tuts list by AGH
Flashkit
actionscript.org
AS: Main
Kirupa
good-tutorials.com
Liveswif 2.2 - Free Flash maker
NG Preloaders
Xenosteel's guide
NG Submission Tips
Get your Flash deleted

Flash: FP Version Checker (component) by JeremysFilms
Flash: Shortcut Keys by -Unknown-
Flash: Code Shortcut keys by Rantzien
Flash/ASP scoreboard
Flash/PHP scoreboard
Cross-domain policies
Rystic's Jumping Engine
Sham Bhangal's Flash V-Cam
Sprite page list by different
Claymation info by schorhr
Music and Sound Effect sites V2 by different
Fixing problems with importing sound
Self-contained Movie Control MC
How to: Flash to animated .gif

Inglor will be taking control of this thread for a short while for the first two weeks of November, since I'll be on holiday with no internet.


- - Flash - Music - Images - -

BBS Signature

Response to As: Main 2005-10-27 00:25:09


At 10/26/05 10:22 PM, Denvish wrote: Inglor will be taking control of this thread for a short while for the first two weeks of November, since I'll be on holiday with no internet.

yep, just attach an updated txt just before you leave :)

Response to As: Main 2005-10-27 01:11:45


AS:Starting Out by -Thomas-

This tutorial is just for starting out.I tried my best to explain each timeline control part as best I could.I'm gonna continue adding to it with variables and stuff like that in well explained ways so Flash noobs won't have to post their questions as much :)


wat

Response to As: Main 2005-10-27 06:55:24


At 10/27/05 01:11 AM, -Thomas- wrote: AS:Starting Out by -Thomas-

This tutorial is just for starting out.I tried my best to explain each timeline control part as best I could.I'm gonna continue adding to it with variables and stuff like that in well explained ways so Flash noobs won't have to post their questions as much :)

That should have been AS: Time line control or something because
http://www.newground../topic.php?id=354398

Already exists and is much better


- Matt, Rustyarcade.com

Response to As: Main 2005-10-27 07:03:35


At 10/27/05 06:55 AM, Ninja-Chicken wrote: That should have been AS: Time line control or something because
http://www.newground../topic.php?id=354398

Yup.

Already exists and is much better

Agreed, although it doesn't harm anyone to have a second one.


BBS Signature

Response to As: Main 2005-10-28 00:40:30


I've got a tutorial request....

I need something for like...you type a URL address into the input box and when u press the button to go,it goes to that website...

I'm not sure that this is possible :\


wat

Response to As: Main 2005-10-28 02:39:37


At 10/28/05 12:40 AM, -Thomas- wrote: I've got a tutorial request....

I need something for like...you type a URL address into the input box and when u press the button to go,it goes to that website...

I'm not sure that this is possible :\

*cough*browser window*cough*

But, I too have a tut. request. I'm not sure or not if it has already been posted. But a tut on the physics of dragging and throwing something.


2b r not2b lawl

BBS Signature

Response to As: Main 2005-10-28 04:47:37


At 10/28/05 12:40 AM, -Thomas- wrote: I've got a tutorial request....

I need something for like...you type a URL address into the input box and when u press the button to go,it goes to that website...

Just think a bit...
Make a new input textbox and name it "link".
Add the following code to your button:
on(press){
getURL(_root.link,"_blank");
}


BBS Signature

Response to As: Main 2005-10-28 10:13:28


At 10/28/05 02:39 AM, Katow-Jo wrote: *cough*browser window*cough*

Shutup.

Sorry -Toast-,but it didn't work.


wat