topical media & game development
sample-collect-marker-marker.js / js
var img="@logo.gif";
var url="index.html";
var course="ma";
var year="12";
var number=0;
var group="";
function project() {
if (number < 10) group = course + year + "0" + number;
else group = course + year + number;
if ( url == "" ) url="sample-js-draw.htm";
// alert(group);
document.write("<div " +
"id=\"" + group + "\" class=draggable " +
"image=" + img + " " +
"url=" + "http://www.few.vu.nl/~" + group +
">" + group + "</div>");
number++;
}
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.