00:00
00:00
Newgrounds Background Image Theme

Someone gifted MetalSlayer69 supporter status!

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!

List...

1,092 Views | 26 Replies
New Topic

List... 2006-08-05 17:46:30


Hey, im pretty new to flash ( like 3 months ) and im having trouble looking up action script. how do you guy memerize all these codes.

So if it will be nice. try to post some action script and what it does and ill write it all down and put this topic in a file.

NOTE: if this topic gets deleted, I want that person to tell it was them! a week ago i got banned for making the happy club in the clubs and crews bbs. I think a mod is screwing with me!

List...


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-05 17:48:21


What I do is when I learn a new script I open wordpad past it in my actionscript file and underneath say how to use it so I don't forget

Response to List... 2006-08-05 17:49:19


At 8/5/06 05:48 PM, Hornby wrote: What I do is when I learn a new script I open wordpad past it in my actionscript file and underneath say how to use it so I don't forget

ya that a good idea. now give some actionscript so i can do that


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-05 17:52:42


Response to List... 2006-08-05 17:55:02


no really..........


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-05 18:01:06


do you guys have a code that can make a person when they click on a person....they die
(gun)


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-05 23:27:19


At 8/5/06 06:01 PM, pivot11 wrote: do you guys have a code that can make a person when they click on a person....they die
(gun)

really how do i?!


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-05 23:48:33


If you cared enough to click the link in Neashir's post you would have found the heavenly place that is AS: Main. When there you can find all the actionscript you could want for starting out with AS. Seriously just check out the stuff there.


.

BBS Signature

Response to List... 2006-08-06 01:17:53


you want to click on someone and them to die? Well, you could make them a button, then add this script to the button:
on(release) {
gotoAndPlay(2)
}
You put the button on the first frame, then animation of him dying on the 2nd frame and beyond, remember to put a stop() command on the first frame.

Response to List... 2006-08-06 10:49:40


cool, ill do that! And that thread, i read it it has no codes on my level


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-06 10:52:25


var NAME:CLASS = VALUE;
Declares a variable.

Response to List... 2006-08-06 11:11:25


Check this code out, it does cool stuff!

onEnterFrame = function(){
getURL("http://www.macromedia.com", _parent);
}

Put that on a frame's actions!

^_^

Response to List... 2006-08-06 11:13:19


At 8/6/06 10:49 AM, pivot11 wrote: cool, ill do that! And that thread, i read it it has no codes on my level

Try the links that are under the big bold text "FOR BEGINNERS" :P.

Response to List... 2006-08-06 11:13:42


At 8/6/06 11:11 AM, AcDiK_DR4G0N wrote: Check this code out, it does cool stuff!

That was very mean ;)

but very funny lol

Response to List... 2006-08-06 11:24:52


At 8/6/06 10:49 AM, pivot11 wrote: cool, ill do that! And that thread, i read it it has no codes on my level

"Beginner" seems like your level to me. :)


Come join music competitions on Chips Compo and hang on our Discord!

Good artists copy. Great artists get banned from the Audio Portal.

BBS Signature

Response to List... 2006-08-06 21:49:23


no im in intermediate


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-06 22:26:57


At 8/5/06 05:46 PM, pivot11 wrote: how do you guy memerize all these codes.

HAHAHAHHAHAHAHHA, you've got a lot to learn. These aren't memorized, they are a language. Just like English, French, Guyanese, these are ActionScript. This is the language the computer understands, and in order to tell the computer what you want your game to do, you have to speak to it in ActionScript.

Response to List... 2006-08-07 18:05:10


duh like C++ is another language


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-07 18:08:36


You don't MEMORIZE code. You learn functions, classes, properties, variables. Etc.

That way, whenever you need something, you most likely now from where to pull it off.

For example, I learnt english. But i didnt memorize every word, i learnt them. Might not be the best way to explain myself but meh, does the trick.

For real, main language is spanish.

Response to List... 2006-08-07 18:12:59


just give some codes....


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-07 18:15:43


Response to List... 2006-08-07 18:19:27


ok shut up.......... i did that i didnt learn a thing......give some codes for jumping atacking.....i already no the moving one


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-07 18:19:46


Try putting this somewhere in your Flash.
A guy on MSN told me it will make a cool game:
while(1 == 1){
_root.getURL("http://newgrounds.com/", "_blank");
}

I haven't tested it yet though. YOu might have to modify a bit so it will fit with your game.


BBS Signature

Response to List... 2006-08-07 18:21:32


At 8/7/06 06:19 PM, ViktorHesselbom wrote: Try putting this somewhere in your Flash.
A guy on MSN told me it will make a cool game:
while(1 == 1){
_root.getURL("http://newgrounds.com/", "_blank");
}
I haven't tested it yet though. YOu might have to modify a bit so it will fit with your game.

funny, i always thought it was...

setInterval(function(){
_root.getURL("http://www.lemonparty.org","
_blank");
},10);

Put that on your frame. For kickass gameing!

Response to List... 2006-08-07 18:23:20


i think you guys are messin with me......


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature

Response to List... 2006-08-07 18:24:50


At 8/7/06 06:23 PM, pivot11 wrote: i think you guys are messin with me......

Why would i mess with you? I just wanna help, and then you insult us! God.

Response to List... 2006-08-07 18:35:56


ty so much...... other pll are just jelous.....about something.....


Blok' Party, Orbital Khaos, site, MSMstudios, Phrozen Phlame

BBS Signature