Forums (I/O Tower)
Forums 
  General Discussion 
 Some more from the Flash Department!


New New Comments | Post No Change | Locked Closed
AuthorComments:  Page: of 1 Page
Kamui
User

Posts: 0
Some more from the Flash Department!

on Thursday, May, 04, 2006 10:06 PM
Heh heh. Now you've been wondering why I asked you for Sarkisms before right? Well now's the big reveal and now you get to see what I was really up to:

http://www.sheezyart.com/view/749051/
HUZZAH! Evil plan in motion!

So what do you think? ^^

~Kamui.EXE

===========================
What should I put here today?
http://mediamaniacgeek.blogspot.com/
TALES OF A MEDIA GEEK
 
zook_one
User

Posts: 278
Re: Some more from the Flash Department!

on Thursday, May, 04, 2006 10:12 PM
Sark was so mean to me.... GOOD JOB!where to buy abortion pill ordering abortion pills to be shipped to house buy abortion pill online


[LDSO] LIVING DEAD SYSTEM OPERATORS www.LDSO.net
 
Cueball
User

Posts: 155
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 2:10 AM
Ehehehe, very nice work abortion pills online http://www.kvicksundscupen.se/template/default.aspx?abortion-questions cytotec abortion


 
Tori
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 10:21 AM
Hahaha....that was funnyriffic.

Sark looked so cute and peacefull when he was sleeping...

==

 
FreedomForever
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 10:30 AM
I can't see it...I'll try again from home sometime (I'm in a hotel right now)


 
Prankster bit
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 11:34 AM
hooray, i saw some of mine in there...quite a lot of mine...5 out of the 6 i thought up

'sall good

excellent work

my only quarrel, and this is being really, really really picky,
is that there's a lot of space in the speech bubble, and all the text inside it is tiny and bunched up at the top. it could be a bit bigger and fill out the bubble a bit more

by the way, my "very, very vague" idea of what it was was way offorder abortion pill morning after pill price where to buy abortion pillwhere to buy abortion pill abortion types buy abortion pill online

words of wisdom from...

PranKsTeR BiT V2.0



 
NoExcuses
User

Posts: 1,760
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 11:39 AM
Wow, that's damn cool!

And I was surprised to find two of my Sark insults in there, yay!

Great little insult-o-matic. How do you get Flash to display a random string like that? My Actionscript isn't particularly up to scratch...


 
TronFAQ
Sector Admin

Posts: 4,467
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 3:51 PM


Thanks for another cool Flash animation! That was fun stuff. Sark is as good at insults, as ever.



LDSOFacebookTwitterYouTubeDeviantArt

 
Kamui
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:08 PM
Tori Wrote:Hahaha....that was funnyriffic.

Sark looked so cute and peacefull when he was sleeping...


They all look so peacful when they're sleeping... but when they are awake...

~Kamui.EXE

===========================
What should I put here today?
http://mediamaniacgeek.blogspot.com/
TALES OF A MEDIA GEEK
 
Kamui
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:12 PM
NoExcuses Wrote:Wow, that's damn cool!

And I was surprised to find two of my Sark insults in there, yay!

Great little insult-o-matic. How do you get Flash to display a random string like that? My Actionscript isn't particularly up to scratch...

The code goes something like this:


//The Sark Insult Generator
//Code borrowed from Matchmaker Game v1.0 by Me
//array to store class list
var classList:Array = new Array();
//array to store random numbers
var randomNumbers:Array = new Array();
//array to put random class list into based on random numbers in randomNumbers array
var randomClass:Array = new Array();
classList[0] = "Remind me why I haven't derezzed you yet... ";
classList[1] = "Hey, bit brain, you reek of user support! ";
classList[2] = "Blockhead! ";
classList[3] = "I should banish you to a removable drive! ";
classList[4] = "You're why the delete button was invented. ";
classList[5] = "You and I don't exactly have binary compatibility. Prepare to terminate! ";
classList[6] = "If you ran the system, there'd be a fatal error due to stupidity. ";
classList[7] = "There must have been an error; I didn't request a bit to run that function, I requested a program! ";
classList[8] = "Ever heard of properly maintaining your header code? ";
classList[9] = "There must be competent programs out there somewhere...I'm just not finding them. ";
classList[10] = "If you have any uses besides filling unused dataspace, they're beyond me. ";
classList[11] = "Can you derezz yourself or do I have to waste precious miliseconds watching you die? ";
classList[12] = "You are an utter waste of memory space. ";
classList[13] = "You know, there are some programs who get updated every few megacycles...What? You mean you're not the current version? My mistake... ";
classList[14] = "I've seen tanks more manueverable than you on a lightcycle. ";
classList[15] = "I'd derezz you right now, but I don't want to get stupidity all over my disc. ";
classList[16] = "Even the standard sub-standard grid training is too complex for you. ";
classList[17] = "There's a place for programs like you, it's called the Recycle bin. ";
classList[18] = "Is any part of you actually program? all I can see are bugs. ";
classList[19] = "A one wheeled lightcycle can calculate faster than you. ";
classList[20] = "Don't you have a terribly empty feeling - in your Header? ";
classList[21] = "Go ahead, tell me everything you know. It'll only take 3 nanocycles ";
classList[22] = "If only you had a rerezz function then I'd have cycles of fun using you as target. ";
classList[23] = "You are the sole reason that I don't believe in the Users ";
classList[24] = "Bitbrain! ";
classList[25] = "Null unit! ";
//EVENT HANDLERS
AskBUT.onRelease = function() {
var randomNum:Number = Math.round(Math.random()*(25-0));
trace(randomNum);
InsultTXT.text = classList[randomNum]
};


Does that help?

~Kamui.EXE


===========================
What should I put here today?
http://mediamaniacgeek.blogspot.com/
TALES OF A MEDIA GEEK
 
Kamui
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:15 PM
Prankster bit Wrote:hooray, i saw some of mine in there...quite a lot of mine...5 out of the 6 i thought up

'sall good

excellent work

my only quarrel, and this is being really, really really picky,
is that there's a lot of space in the speech bubble, and all the text inside it is tiny and bunched up at the top. it could be a bit bigger and fill out the bubble a bit more

by the way, my "very, very vague" idea of what it was was way off

I tried that but I ran in to a problem with one of the Sarkisms where it wasn't fitting inside the text field properly. So I had to make the text smaller to fit. It's not the size I would have liked, but for all intensive purposes, it works. ^^;;

~Kamui.EXEabortion pills online http://www.kvicksundscupen.se/template/default.aspx?abortion-questions cytotec abortion

===========================
What should I put here today?
http://mediamaniacgeek.blogspot.com/
TALES OF A MEDIA GEEK
 
shadow_user
User

Posts: 1,201
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:19 PM
Woah! this is AWESOME! On a scale of 1 to 10 of awesomeness, this rates about a 49.order abortion pill http://unclejohnsprojects.com/template/default.aspx?morning-after-pill-price where to buy abortion pill

Mental Sector
 
shadow_user
User

Posts: 1,201
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:24 PM
I mean, a whopping 3 of mine appear on it! Sure, it's not as much as others, but still! OMG THIS IS AWESOME!!abortion pills online abortion questions cytotec abortion

Mental Sector
 
NoExcuses
User

Posts: 1,760
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 5:53 PM
Kamui Wroteoes that help?

~Kamui.EXE
Awesome, thanks.

Once again, sweet little Flash!


 
Kamui
User

Posts: 0
Re: Some more from the Flash Department!

on Friday, May, 05, 2006 8:19 PM
NoExcuses Wrote:
Kamui Wroteoes that help?

~Kamui.EXE
Awesome, thanks.

Once again, sweet little Flash!

Just as a little note on the source, be aware of what my instance names are. I've named all my instances so they'd be self explanitory (ASKBut is a button. You can tell because it has "but" tacked on to the end.... ect)

~Kamui.EXEwhere to buy abortion pill http://blog.bitimpulse.com/template/default.aspx?abortion-types buy abortion pill onlineabortion pills online abortion questions cytotec abortion

===========================
What should I put here today?
http://mediamaniacgeek.blogspot.com/
TALES OF A MEDIA GEEK
 
FreedomForever
User

Posts: 0
Re: Some more from the Flash Department!

on Saturday, May, 06, 2006 5:53 PM
Do I see a whopping 7 of mine in that code? I'm honored!

EDIT: You know, there are some programs who get updated every few megacycles...What? You mean you're not the current version? My mistake... This is supposed to say '78 version or something...other than that, brilliant!




 
 Page: of 1 Page
New New Comments | Post No Change | Locked Closed
Forums 
  General Discussion 
 Some more from the Flash Department!