STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228086
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/99949810?noj=FRM99949810-2DN" width="1" height="1"></div>

This is the wiki page for Flash #189952
Visit the flash's index page for basic data and a list of seen names.


korankiller.swf
58 KiB, 00:00 | [W] [I]

Threads (1):

[PSPCBSH]F ! http://boards.4chan.org/f/thread/3045419/how-to-improve…
ARCHIVEDDiscovered: 21/3 -2016 01:44:00 Ended: 21/3 -2016 03:11:28Flashes: 1 Posts: 14
File: korankiller.swf-(57 KB, 550x400, Other)
[_] how to improve this? Anon 3045419 this file just loads korans and deletes them while increasing a counter by 1 every time. anyone with more knowledge than i know how to improve on it? source code: var fuckislam:int = 0 //frame counter koransdestroyed.text = String("Korans destroyed:" + fuckislam) //text field var loadkoran:koran = new koran(); addEventListener(Event.ENTER_FRAME, burnKoran); //enter frame event function burnKoran(event:Event):void { addChild(loadkoran); removeChild(loadkoran); fuckislam += 1 koransdestroyed.text = String("Korans destroyed:" + fuckislam) } //make and destroy korans also, what is the largest number AS3 can hold in a text box? i tried testing if the text would wrap properly since the text field is long enough to hold multiple lines by changing "fuckislam += 1" into "fuckislam += 999999" and it started spitting out negative values for some reason. tried again with a longer string of 9's and it stayed stationary at 0
>> [_] Anon 3045429 >># Integers are 32 bit, and so have a maximum value of 2,147,483,647. If it's 40 frames per second, that's roughly 40 million per second, which means that it'll overflow back into negatives in something like 50 seconds. Much faster if it has more than 40 frames per second. You should either use an unsigned integer (to double it), or use a Long or Double or whatever it is that ActionScript has access to. Integers have to fit in 32 bits, so if they're signed (can be positive or negative) the values of possible combinations of those 32 bits are half positive, half negative. If you do it unsigned, you double the amount of combinations, because it only cares about positive. That being said, I don't see any point of this, I don't think deleting a text string really counts as burning a Koran, and even if it did, this is just needlessly edgy. Actually, looking at your code, it is never actually destroying any Koran at all. It just defines a Koran, then adds it to view and removes it from view. You haven't deleted a single Koran, except when you close the flash, and even then, that's arguable.
>> [_] Anon 3045432 >># With every koran you delete you bring a new one to life! It should be also called koran...birther.swf!
>> [_] John Moses Browning 3045433 >># >># kekd
>> [_] Anon 3045434 >># deleting a koran is functionally equivalent to burning one seeing as a new one can be printed in a matter of minutes. but yeah, it's needlessly edgy. have any ideas on how to "truly' copy and delete korans in flash?
>> [_] Anon 3045437 if you want to see any of what you're deleting (thereby increasing kek's) you have to get it below 17 frames a sec otherwise too fast to see
>> [_] Anon 3045438 >># You could start by spelling Quran correctly.
>> [_] Anon 3045439 >># it's spelled either way
>> [_] Anon 3045442 >># actually Koran, Quran and Qur'an are all just transliterations from the original Arabic text. All three are equally wrong, goyim. :^)
>> [_] John Moses Browning 3045444 >># Use capital letters and perhaps punctuation. There is a board for people with bad writing skills go >>>/pol/
>> [_] Anon 3045445 >># are you really trying to send me to /pol/. first thing id do is show them this file and then you'd have /pol/lacks in your /f/
>> [_] Anon 3045455 >># They're already here, if you haven't been able to tell from the flashes being spammed lately (Le can't stump the trump, >Not wanting to date a transgender, Sweden.avi, etc)
>> [_] Anon 3045461 You should scrap the whole thing and start over Make the code download copies of the text from online databases. Make a huge list of databases that your sourcecode will pool from make your flash again where it's an auto destruction of the text when users click to play the flash on this website ?????? PROFIT!!!!!
>> [_] Anon 3045468 >># we're already here, trust me.



http://swfchan.net/38/189952.shtml
Created: 21/3 -2016 01:49:18 Last modified: 15/10 -2018 10:17:28 Server time: 02/05 -2024 15:31:51