Fortune telling "Fluff"?

Forums ► Comments ► Fortune telling "Fluff"?
Reply to this post oldest 1 newest Start a new thread

Pages: oldest 1 newest

Fortune telling "Fluff"?
By:
Post # 1
Um... as i said in my introduction, i don't like fake (or as called here, "fluff") spells and so on. Thats why i was surprised when, looking around on the site, i found the following:

function AskMora() (
objPage=document.getElementById('morasays');
objPage.style.visibility = 'visible';
objPage=document.getElementById('morasays1');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays2');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays3');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays4');
objPage.style.visibility = 'hidden';
setTimeout("MorasAnswer()",1500);
)
function MorasAnswer() (
objPage=document.getElementById('morasays1');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays2');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays3');
objPage.style.visibility = 'hidden';
objPage=document.getElementById('morasays4');
objPage.style.visibility = 'hidden';
num=(Math.round(Math.random()*4)+1);
if (num>4) num=1;
objPage=document.getElementById('morasays'+num);
objPage.style.visibility = 'visible';
)


For these that do not understand code: i think the fortunetelling thing that the beginner's guide leads to, is a fluff.

num=(Math.round(Math.random()*4)+1); Means that the answer is chosen at random.

I might have made a mistake, as my programming skills are bad, so please, if i did, point it out, and why my conclusion is wrong. Until then, i will have to believe the fortunetelling thing is fluff.
Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By:
Post # 2
I'm pretty sure they are just there to ask random questions for fun. It's not supposed to be taken seriously and I think it actually says that some ware on this site. So yes it is "fluff"
Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By:
Post # 3
I guess Its already stated its for fun and fake somewhere anyway max have to know that probably lol
Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By:
Post # 4

You could avoid the fluff, and learn to divinate yourself or find a legitamate divinator, to have your questions really answered...good luck

Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By: Moderator / Adept
Post # 5

It clearly says on the site that MORA is for entertainment purposes only. It was never meant to be a place where you could get a serious and accurate reading.

Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By: / Beginner
Post # 6
It wouldn't really be possible for such a small browser-based application to be able to be real instead of "fluff" anyway. Computers haven't advanced to that point *quite* yet. ;-)

By all means though, please do go and learn how to read Tarot, Runes, or any other means of divination. That program on this site is just for a little bit of fun.
Login or Signup to reply to this post.

Re: Fortune telling "Fluff"?
By:
Post # 7
I once thought the same , but mora is nothing more than a fun yes or no answering machine ..
Login or Signup to reply to this post.

Reply to this post oldest 1 newest Start a new thread

Pages: oldest 1 newest