00:00
00:00
Newgrounds Background Image Theme

FylypFimpossible 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!

Foss: Main

19,037 Views | 139 Replies
New Topic Respond to this Topic

Response to Foss: Main 2006-06-18 15:32:51


i was told by someone in my thread to post this code to you:-

var pointArray:Array = new Array();var maxDistance:Number = new Number(5);var maxDistance2:Number = maxDistance*maxDistance;var gravity:Number = new Number(2);var lineLenght:Number = new Number(60);pointArray.push([Stage.width/2, Stage.height/2]);_root.createEmptyMovieCli
p("line", 1);_root["line"].lineStyle(2, 0, 100);_root["line"].moveTo(pointArray[0][0]
, pointArray[0][1]);for (i=1; i<lineLenght; i++) {pointArray.push([pointArray[0][0], pointArray[0][1]+(i*maxDistance)]);_root["
line"].lineTo(pointArray[i][0], pointArray[i][1]);}_root.onEnterFrame = function() {pointArray[0][0] = _xmouse;pointArray[0][1] = _ymouse;_root["line"].clear();_root["line"
].moveTo(pointArray[0][0], pointArray[0][1]);_root["line"].lineStyle(
2, 0, 100);for (i=1; i<lineLenght; i++) {pointArray[i][1] += gravity;if (distSq(pointArray[i], pointArray[i-1])>maxDistance2) {var rotation:Number = Math.atan2(pointArray[i][1]-pointArray[i-1
][1], pointArray[i][0]-pointArray[i-1][0]);point
Array[i][0] = pointArray[i-1][0]+Math.cos(rotation)*maxD
istance;pointArray[i][1] = pointArray[i-1][1]+Math.sin(rotation)*maxD
istance;}_root["line"].lineTo(pointArray[i
][0], pointArray[i][1]);}};function distSq(ptA:Array, ptB:Array):Number {return (ptA[0]-ptB[0])*(ptA[0]-ptB[0])+(ptA[1]-pt
B[1])*(ptA[1]-ptB[1]);}

Response to Foss: Main 2006-06-18 21:23:29


After a few months off the BBS (I was the annoying spammer BobRicci before) when I came back I thought FOSS: Main was going to be a great success!!! I say we revive what do you gies say???

Response to Foss: Main 2006-06-18 21:25:01


At 6/18/06 09:23 PM, EmoNarc wrote: After a few months off the BBS (I was the annoying spammer BobRicci before) when I came back I thought FOSS: Main was going to be a great success!!! I say we revive what do you gies say???

Who says it was dead? Maybe people are busy and don't have time to post up open source codes/files... Just a thought ;)

Response to Foss: Main 2006-06-18 21:39:16


In the last half year... it has only been posted in (not including us) 10 times!!! With only one more FOSS thread... this thread IS dead and I wan't it alive again... :/

Response to Foss: Main 2006-07-01 11:12:27


bump

Response to Foss: Main 2006-08-02 05:12:53


Quick update.

FOSS:Alpha Star by GuyWithHisComp
FOSS:Anti-Offscreen Clicking by ImpotentBoy2
FOSS:Api Library by Inglor
FOSS:API Preloader by Glaiel-Gamer
FOSS:Bottles Of Beer by James_Prankard_Inc
FOSS:Car Engine by Creeepy
FOSS:Chatroom by -liam-
FOSS:Custom Functions by -liam-
FOSS:Dino Game by Ninja-Chicken
FOSS:Double Click by fwe
FOSS:Double Tap Keys by ImpotentBoy2
FOSS:Dynamic Echo/Reverb by gorman2001
FOSS:Empty Board Solver by Inglor
FOSS:Every Other Button by GuyWithHisComp
FOSS:Fantastic Filter Fun!! by ImpotentBoy2
FOSS:Flash Consol by shazwoogle
FOSS:Ground Code by frostedmuffins
FOSS:Helicopter Game by SpamBurger
FOSS:Pausing Sound Object Sounds by Claxor
FOSS:Platformer by -Thomas-
FOSS:Platformer by Creepy
FOSS:Quiz Maker by ImpotentBoy2
FOSS:Raindrop from Mouse by SpamBurger
FOSS:Recording with BitmapData by fwe
FOSS:Scrambling Strings by authorblues
FOSS:Shake Screen by -Toast-
FOSS:Snow Effect by SpamBurger
FOSS:Snow From Mouse by -reelbigcheese-
FOSS:String From Mouse by -reelbigcheese-
FOSS:Spiral Generator by Glaiel Gamer
FOSS:Starfield by gorman2001
FOSS:Transitions by Ninja Chicken
FOSS:Weather Script by Cojones893

A mod should take over this thread and and keep the list at the top like in as: main.

Response to Foss: Main 2006-08-02 06:05:05


OH NOES! BobRicci is back! :O
All hide and wait until the threat is gone, don't move - it might take a long time...


BBS Signature

Response to Foss: Main 2006-08-02 07:10:18


At 8/2/06 06:05 AM, -Toast- wrote: OH NOES! BobRicci is back! :O
All hide and wait until the threat is gone, don't move - it might take a long time...

He's been back a long time, just dosent post. That last post by him in this thread is 2 month old me thinks.

Response to Foss: Main 2006-10-01 19:04:29


Awww :(

I like this thread, please someone bring it back to life :(

Response to Foss: Main 2006-10-01 21:33:03


At 8/2/06 07:10 AM, reelbigcheese wrote: He's been back a long time, just dosent post. That last post by him in this thread is 2 month old me thinks.

I have... I just havn't posted (although I do look through the forums once in a while). I mainly just use my account now for the occasional review and/or vote... I might start posting again maybe...

Response to Foss: Main 2006-10-28 22:26:33


How'd this die anyhow???

Response to Foss: Main 2007-09-18 15:39:08


At 10/28/06 10:26 PM, EmoNarc wrote: How'd this die anyhow???

dunno

Response to Foss: Main 2007-10-25 20:23:21


bump


website :: hugostonge.com

my job :: we+are

Response to Foss: Main 2007-10-26 00:50:31


At 10/25/07 08:23 PM, gorman2001 wrote: bump

I MADE THIS THREAD XD

Response to Foss: Main 2007-10-26 03:21:33


At 10/26/07 12:50 AM, thunderbros wrote:
At 10/25/07 08:23 PM, gorman2001 wrote: bump
I MADE THIS THREAD XD

Dude, shut the fuck up.

Response to Foss: Main 2008-01-30 19:51:42


NO! We have lost life!
The thread is........dead.

Response to Foss: Main 2008-02-20 22:56:35


No oooo !!!!!!!!!

Foss
What The Hell

I will miss you.
The Thread is Dead

Response to Foss: Main 2008-07-18 15:21:54


why not relieve this thread with Open Source classes, made by our dear Flashers ?


website :: hugostonge.com

my job :: we+are

Response to Foss: Main 2008-08-22 21:41:49


Im developing a FOSS Game Engine .zip. I think it will be extremely useful to anyone doveloping a game from scratch and need a basis engine, for a Dynamic Platformer, Overhead Game, Ordinary Platformer, Sidescroller Platformer, or aything else that seems usefull, i'll make a thread for it when im done, and it will be available on my News Posts.

Features:

Venom Platformer Engine 2 - v1.0
Venom Overhead Engine 1 - v2.0
Venom Dynami-Platformer Engine 1 - v1.0
Exitcraft FOSS 1 - v1.0
more..

Hope it helps lots of people!


AS: Main || AS3: Main || <-- Useful links.

Response to Foss: Main 2008-09-20 12:39:47


Foss: Venom Game Engines

Hope it helps :).


AS: Main || AS3: Main || <-- Useful links.