File: reload_this_I_Dare_You.swf-(2.42 MB, 720x480, Japanese)
[_] = 06/03/17(Sat)01:46:13 No.3250482
Marked for deletion (old).
>> [_] Anonymous 06/03/17(Sat)07:43:50 No.3250527
MOTHERFUCKING MIRACLES!
>> [_] Old Man Sou !!VxWspnN285O 06/03/17(Sat)17:36:12 No.3250595
What is this magic?
>> [_] Anonymous 06/03/17(Sat)17:41:14 No.3250596
cool
>> [_] dedo !drZ3h7esek 06/03/17(Sat)18:33:11 No.3250606
>>3250595
15 frames
14 movie clips
1 blank frame with 2 functions.
First for starting with a random frame
randomframe = Math.random() * (totalFrames) +1;
gotoAndStop(randomframe);
And second for hiding a context menu so you won't be able to skip to another frame with a movie
clip.
mycontextmenu.hideBuiltInItems();