Untitled
unknown
plain_text
a month ago
1.8 kB
5
Indexable
// REFLECTIVE
onEvent("reflectiveBtn", "click", function() {
setText("lyricOutput", "I've been losin' friends and findin' peace. Honestly, that sound like a fair trade to me. -Drake, Fair Trade");
});
// HEARTBROKEN
onEvent("heartbrokenBtn", "click", function() {
setText("lyricOutput", "Leaving me, Dippin' out on me. Already got what you needed, I guess? -Drake, Jaded");
});
// SAD
onEvent("sadBtn", "click", function() {
setText("lyricOutput", "And I don't want you to see no one else. I don't want you here with no one else. I don't wanna do this with no one else. -Drake, Redemption");
});
// TOXIC
onEvent("toxicBtn", "click", function() {
setText("lyricOutput", "We live in a generation of, not being inlove, and not being together. But we sure make it feel like we're together. 'Cause we're scared to see each other with somebody else. -Drake, Doing It Wrong");
});
// HAPPY
onEvent("happyBtn", "click", function() {
setText("lyricOutput", "Passionate from miles away, Passive with the things you say, Passin' up on my old ways, I cant blame you no, no. -Drake, PassionFruit");
});
// ROMANTIC
onEvent("romanticBtn", "click", function() {
setText("lyricOutput", "Rock me real slowly. Put a bib on me. I'm just like a baby, drooling over you. The things you do. -Drake, Jungle");
});
// HYPE
onEvent("hypeBtn", "click", function() {
setText("lyricOutput", "That's why I need a one dance. Got a Hennessy in my hand. One more time 'fore I go. Higher powers taking a hold on me. -Drake, One Dance");
});
// LOVING
onEvent("lovingBtn", "click", function() {
setText("lyricOutput", "I know you've been hurt by someone else. I can tell by the way you carry yourself. If you let me, here's what I'll do, I'll take care of you. -Drake, Take Care");
});
Editor is loading...
Leave a Comment