The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 ViewsAt 10/16/10 07:44 AM, Makakaov wrote:At 10/16/10 07:40 AM, BanglaBoy96 wrote:Yes, and you want to fuck an underage.At 10/16/10 07:37 AM, Makakaov wrote: This thread is about Child Porn.How? I'm a child?
Where does porn come into this?
At 10/16/10 07:35 AM, BanglaBoy96 wrote: What should I do?
Make sure not to make a thread on Newgrounds about it.
At 10/15/10 10:00 PM, XenonMonkey wrote: ...Thanks guys.
No problem ;)
It's quite obviously fake. There is no real need for this thread .
http://www.adobe.com/products/flash/
That has information about the latest version of flash(CS5)
You can find earlier versions on Ebay or somewhere like that.
You just need Flash CS5, Flash builder isn't for animations.
For some reason it is adding an extra www. eg callum123456.www.newgrounds.com.
just remove it.
You don't have any news posts. Why not make one now?
At 10/15/10 01:35 PM, TomFulp wrote: I might be switching back to a PC in the next year...
You'd better.
Sounds like a browser issue, try clearing your cache cookies etc.
I haven't seen any free ones(although it's likely there is at least one), but I have a converter and could do it for you . PM me if you're interested.
Check if it's hitting the character then move it to the right place.
something along the lines of:
if(boot.hitTestObject(character)){
boot.x = foot.x
boot.y = foot.y
}
What microphone are you using? Are other microphones just as quiet?
For something like this you should search Google, unless there is something specific that you don't understand about hittesting and you don't think it is explained in any tutorials.
AS2
AS3
At 10/14/10 01:51 PM, PabMo wrote:At 10/14/10 11:12 AM, milchreis wrote: All your threads could have been solved by yourself if you simply read the manual:Linking me earlier would've been a good idea.
If you had tried googling any of your problems it would have been the first thing to come up.
If you really cared you would have site locked it, but I really don't see the harm in it being there.
you need to use == not =
= sets a value
== checks for equality
Can you post the code you are using? Otherwise it's quite hard to tell what the problem is.
45000
1 second = 1000 miliseconds
At 10/13/10 07:47 AM, Madnessfreak wrote: The fuck... What are you talking aboot?
This I think.
At 10/12/10 06:54 PM, Version2 wrote:At 10/12/10 06:51 PM, Callum123456 wrote: I can't be bothered to do what was asked of me in order to be in the compilation because I'm all about the penis.In the time it will take you to reply to me and call me a whole bag full of jerks, you could easily get a file together and send it.
Actually no couldn't I'm not at my normal computer so don't have the files.
Also changing quotes isn't funny at all, what the hell is your problem?
At 10/12/10 06:42 PM, Version2 wrote: It took me like 5 minutes to get a zip file together, get it on megaupload and send a link to Archawn. Quit being lazy guys, according to the news post, he only has 3 of the submissions so far!
Only 2 votes too... I might want to vote, since I'm complaining about others being lazy :P
If they were loaded from dumping grounds it would be faster for everyone including Archawn.
Obligatory "Mass debate" joke.
At 10/12/10 05:33 PM, Archawn wrote: I am disappoint. Everyone please send me your source files!
Can't you just load them all in from dumping grounds?
You can set it up on the api page: http://www.newgrounds.com/account/flasha pi2/
This is a tutorial about the api.
Click to view.
You should hit CTRL+S as often as possible.
At 10/11/10 08:49 PM, CapnTater wrote: Its not trash idiot, they put gamecubes in a couple of them. :/
Exactly, trash.
At 10/11/10 08:26 PM, Animator1mike wrote:At 10/11/10 08:10 PM, Callum123456 wrote:Your code doesn't seem complete. Where would I put that code anyway? In the main timeline? Or on the movie clip? (I tried both, giving the bar movie clip an instance name of "bar", neither of them worked)At 10/11/10 07:56 PM, Animator1mike wrote: Neither of those seem to work. I have Flash 8 As2, sorry if i didnt make that clear.What do you mean don't work? any errors?
also I just realized it should be.
bar.gotoAndStop(loadpercentage)
You said you have the number done. just use that number to set the frame of the movieclip. THis could go in the timeline.
onClipEvent(enterFrame){
var loadpercentage = //whatever you're using to get the load percentage
bar.gotoAndPlay(loadPercentage)
}
At 10/11/10 07:56 PM, Animator1mike wrote: Neither of those seem to work. I have Flash 8 As2, sorry if i didnt make that clear.
What do you mean don't work? any errors?
also I just realized it should be.
bar.gotoAndStop(loadpercentage)