File :[bed.swf] - (2.67 MB)
[_] [?] YAY DEPRESSION TIME! Zareste !MKp8tDekDM 05/26/09(Tue)19:49 No.988220
got the actionscript for mouse-move-scrolling if anyone wants it
Marked for deletion (old).
>> [_] AnonOsaka !rEjCsBbT.6 05/26/09(Tue)19:50 No.988222
I lol'd
>> [_] Anonymous 05/26/09(Tue)20:02 No.988228
>>988220
sure, pass it along.
>> [_] Anonymous 05/26/09(Tue)20:12 No.988241
//put the picture in a movieClip and call it 'mover', then put this in the timeline
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
stage.quality=StageQuality.HIGH
var sw:int=stage.stageWidth,sh:int=stage.stageHeight,border=200
stage.addEventListener(Event.ENTER_FRAME, moveit2);
var motionx:int,lastx:int,motiony:int,lasty:int,thisx:int,thisy:int
function moveit2(e:Event){
if(mouseX>0&&mouseX<sw&&mouseY>0&&mouseY<sh){
if(mover.width+border>sw){
thisx=-(mouseX/sh*((mover.width+border*2)-sh))+border;
if(thisx==lastx){motionx=0;}
else if(thisx<lastx){motionx--;}
else if(thisx>lastx){motionx++}
if(motionx<0){
if((motionx*3)+lastx<thisx){motionx/=1.4}
}
else if(motionx>0){
if((motionx*3)+lastx>thisx){motionx/=1.4}
}
mover.x=lastx+motionx;
lastx=mover.x;
}
>> [_] part two Anonymous 05/26/09(Tue)20:12 No.988245
if(mover.height+border>sh){
thisy=-(mouseY/sh*((mover.height+border*2)-sh))+border;
if(thisy==lasty){motiony=0;}
else if(thisy<lasty){motiony--;}
else if(thisy>lasty){motiony++}
if(motiony<0){
if((motiony*3)+lasty<thisy){motiony/=1.4}
}
else if(motiony>0){
if((motiony*3)+lasty>thisy){motiony/=1.4}
}
mover.y=lasty+motiony;
lasty=mover.y;
}
}
}
>> [_] Anonymous 05/26/09(Tue)20:13 No.988247
>>988241
stash'd. obliged.
>> [_] Anonymous 05/26/09(Tue)20:23 No.988269
depressing? I rather like the music
>> [_] Anonymous 05/26/09(Tue)20:53 No.988304
sauce on music
>> [_] Zareste !MKp8tDekDM 05/26/09(Tue)20:59 No.988309
I just ripped it from another swf, so I'd kinda like to know too
>> [_] Anonymous 05/26/09(Tue)21:57 No.988387
me three
>> [_] Anonymous 05/26/09(Tue)22:02 No.988394
Song from :
http://mirror.servut.us/flash/4chan-f/L/Untitled-2.swf
>> [_] Kyo !GoJBGPphQ6 05/26/09(Tue)22:09 No.988403
FUCK.... I guess I'll rip the audio... Some Anon out there has to have real sauce, though? :[
>> [_] Anonymous 05/26/09(Tue)22:16 No.988415
Oh g..god....I....f....
;_;