• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Colorado Smash - MVG Presents: REVELATION 2 - MIDWEST NATIONAL! MVG QUALIFIER! May 16-17

-Ran

Smash Master
Joined
Feb 16, 2008
Messages
3,198
Location
Baton Rouge
I feel like such a nerd, sniffing through the source code and finding out how they did this.
yBase = 0;
xBase = 0;
currStep = 0;
a_count = 0;
b_count = 1;
c_count = 2;
d_count = 3;
move = 1;
if(document.layers || ns6) {
yBase = window.innerHeight / 3;
xBase = window.innerWidth / 6;
}
if(document.all) {
yBase = window.document.body.offsetHeight / 3;
xBase = window.document.body.offsetWidth / 6;
}
function dismisscupid() {
clearInterval(flycupid);
$("#out").hide();
}
function animatecupid() {
a_count = a_count + move;
b_count = b_count + move;
c_count = c_count + move;
currStep = currStep + step;
if(a_count >= 3) a_count = 0;
if(b_count >= 3) b_count = 0;
if(c_count >= 3) c_count = 0;
for(i=0; i < 3; i++) {
$("#ns6Bats"+i).css("top", Ypos+yBase*Math.sin(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/10));
$("#ns6Bats"+i).css("left", Xpos+xBase*Math.cos(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/62));
}
}
$(document).mousemove(function(e) {
Xpos = e.pageX;
Ypos = e.pageY;
});

$("#out").hide();

var started = 0;
function metavamp() {
if(started != 1) {
started = 1;
$("#out").show();
flycupid = setInterval("animatecupid();", 30);
}
}
 

Sapphire Dragon

Smash Master
Joined
May 17, 2009
Messages
4,789
Location
Let go of the scars that define you.
NNID
SapphireRyu
3DS FC
3351-4374-1516
Switch FC
SW-2172-6976-4896
$("#ns6Bats"+i).css("top", Ypos+yBase*Math.sin(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/10));
$("#ns6Bats"+i).css("left", Xpos+xBase*Math.cos(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/62));

Lost it. ;_; And my major's Computer Science...

Why am I so bad at math ;_______;
 

CloudChaser071

Smash Apprentice
Joined
Oct 29, 2009
Messages
115
Yeah, I found it Ran :D

I actually just got the name of the MK gif and searched. Then went on to see which function actually called that array of images.
 

Arcana~

I Am Thou
Joined
Jan 24, 2010
Messages
45
Location
Colorado
NNID
Orange-Shinobi
Ran, I've got some people who want to see the pics you took at Summit. Where can I find them?
 

Timotee

Smash Journeyman
Joined
Jun 12, 2006
Messages
302
Location
Denver, CO
Spencer with the best post.

Also, I'll be the one teaming with Bees just to smack down all your uppity youngin's.
 

-Ran

Smash Master
Joined
Feb 16, 2008
Messages
3,198
Location
Baton Rouge


This is what you guys were playing on at the tournament. That's with a 30 fps video playing, so the difference is 66 milliseconds or 4 frames of lag. Bring Tvs, please! This is just further proof as to how ****ty the Wii is.
 

Rizen

Smash Legend
Joined
May 7, 2009
Messages
14,985
Happy Halloween! (D*** little MKs flying around my mouse.)

Be sure to get your ballots in by 7pm tomorrow, btw.
 

dettadeus

Smash Lord
Joined
Nov 13, 2010
Messages
1,954
Location
drowning in pixels
I was playing Melee on the TV right next to winner's finals with the guy recording the matches. They're all recorded, but he can't get them off the discs at the moment.
 

Arcana~

I Am Thou
Joined
Jan 24, 2010
Messages
45
Location
Colorado
NNID
Orange-Shinobi
I may have completely lost my rhythm against Fish is losers finals (Wario makes me :( ), but at least I beat his Falco with Weegee, and you know what? I count that as a 100% positive result.
 

Steam

Smash Hero
Joined
Aug 30, 2009
Messages
6,322
Location
Hell, Colorado
I may have completely lost my rhythm against Fish is losers finals (Wario makes me :( ), but at least I beat his Falco with Weegee, and you know what? I count that as a 100% positive result.
nah you completely lost your input lag you actually had to play someone good.

<3
 

Arcana~

I Am Thou
Joined
Jan 24, 2010
Messages
45
Location
Colorado
NNID
Orange-Shinobi
brb suicide?

Of all the crazy contradictions..

Wouldn't that make you some sort of god if you pulled that off?
 

Espy Rose

Dumb horse.
Joined
May 31, 2006
Messages
30,577
Location
Texas
NNID
EspyRose
I prefer body purification over anything Miyazaki-related that's not named Lupin III or Spirited Away. :applejack:
 
Top Bottom