View Full Version : i NEED HELP ABOUT AS ACTION SCRIPTING
2pacproducer
06-20-2007, 12:41 PM
DO ANY1 KNOWS what actionscript is on ragdoll games !
stickmanme1
06-21-2007, 05:41 AM
postin the genarel help section.
please will amod move this.
Cosmonaut
06-21-2007, 07:19 AM
Next time post here http://www.stickpageportal.com/forums/forumdisplay.php?f=117.
Since I don't know anything about actionscript,try to look around google or other search engines.
stickmanme1
06-21-2007, 08:48 AM
Next time post here http://www.stickpageportal.com/forums/forumdisplay.php?f=117.
Since I don't know anything about actionscript,try to look around google or other search engines.
oooooorrrrrrrr look at a tut and make your own there must be one somwhere here *goes off to look through filles then comes back* aha...
http://www.stickpageportal.com/forums/showthread.php?t=57356
go there.
Gavel
06-21-2007, 11:45 AM
You can't just find an actionscript code and paste it into your game. You actually have to learn actionscript and make your own code. That's how real game developers do it. You won't learn anything by just copying codes all the time.
Try Actionscript.org (http://actionscript.org). They have some good tutorials about actionscript.
doodl3pin
06-21-2007, 01:46 PM
Dig up the source code from Namzorg's tbh.
cashleycool
06-22-2007, 05:46 AM
Anyone can tell how to make a moving movieclip object stop when knock on a drawn movieclip wall????:eek: :confused: :confused:
(Please gimme script)
Steyene
06-22-2007, 06:25 AM
um
onClipEvent(load){
speed = 5;
onClipEvent(enterFrame){
if("the object that is hitting the other object.hittest(_root.the other object)){
speed = 0;
}
}
Next time post in the GENERAL HELP SECTION
vBulletin® v3.6.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.