ik wil de bezoeker verblijden met een iets originelere text als hij mijn site bezoekt.
Nu ben ik met de action script manual pdf bezig geweest en leek mij het volgende het meest logisch.
een dynamisch textvlak met de variabele "welkeQuote"
en vervolgens een scriptje:
// declare arrey of lines
lines = new Array();
lines[0] = "How could you communicate with the future? It was of its nature impossible. Either the future would resemble the present, in which case it would not \rlisten: or it would be different from it, and his predicament would be \rmeaningless. \r-- George Orwell / Nineteen Eighty Four (1948) ";
lines[1] = " How could you establish even the most obvious fact when there existed no record \routside your own memory. \r-- George Orwell / Nineteen Eighty Four (1948)";
// function Random
random(2);
return (lines);
welkeQuote = "lines";
Nu ben ik met de action script manual pdf bezig geweest en leek mij het volgende het meest logisch.
een dynamisch textvlak met de variabele "welkeQuote"
en vervolgens een scriptje:
// declare arrey of lines
lines = new Array();
lines[0] = "How could you communicate with the future? It was of its nature impossible. Either the future would resemble the present, in which case it would not \rlisten: or it would be different from it, and his predicament would be \rmeaningless. \r-- George Orwell / Nineteen Eighty Four (1948) ";
lines[1] = " How could you establish even the most obvious fact when there existed no record \routside your own memory. \r-- George Orwell / Nineteen Eighty Four (1948)";
// function Random
random(2);
return (lines);
welkeQuote = "lines";