Tuesday, 6 December 2011
tadaa roughly hot screen shot
ignore the fact theres 2 of the character, just cos hes fixed and i did a scroll down. haha and try and look past the fact he appears to be stoned.
unintentional. might do a few more characters since he clearly is a massive pothead.
Monday, 5 December 2011
voyage imagery coloured
to do:
save all images for web&devices
pretty up ze navigation
design my falling bloke and add in some more java if pos yuh
Friday, 2 December 2011
hollie ferguson!
this goes in a new js document
/ JavaScript Document
(function() {
var imgs = new Array(); var imgcnt = 0; var thisimg = 0;
imgs[imgcnt++] = '_images/owl2.png';
imgs[imgcnt++] = '_images/owl3.png';
imgs[imgcnt++] = '_images/owl4.png';
imgs[imgcnt++] = '_images/owl5.png';
imgs[imgcnt++] = '_images/owl6.png';
imgs[imgcnt++] = '_images/owl7.png';
imgs[imgcnt++] = '_images/owl8.png';
function rotate() {
if (document.images) {
thisimg++;
if (thisimg >= imgcnt) thisimg = 0;
document.getElementById('rollimg').src = imgs[thisimg];
}
}
setInterval(rotate,200);
})();
save as image1.js or something
this goes in the head of your html document
<script src="image1.js"></script>
/ JavaScript Document
(function() {
var imgs = new Array(); var imgcnt = 0; var thisimg = 0;
imgs[imgcnt++] = '_images/owl2.png';
imgs[imgcnt++] = '_images/owl3.png';
imgs[imgcnt++] = '_images/owl4.png';
imgs[imgcnt++] = '_images/owl5.png';
imgs[imgcnt++] = '_images/owl6.png';
imgs[imgcnt++] = '_images/owl7.png';
imgs[imgcnt++] = '_images/owl8.png';
function rotate() {
if (document.images) {
thisimg++;
if (thisimg >= imgcnt) thisimg = 0;
document.getElementById('rollimg').src = imgs[thisimg];
}
}
setInterval(rotate,200);
})();
save as image1.js or something
this goes in the head of your html document
<script src="image1.js"></script>
Thursday, 1 December 2011
voyage illustrations
pretty much a typleless event.
been mastering the coding half of the project, got my template, conquered the smooth scroll courtesy of javascript and a cycle banner. which can be manipulated into a slow animation, so thats where im headed. ive been looking into doing abit of animation with jqueary aswell, for the end page.
eres the illustrations so far. colourless.
very basic, but thats kinda due to time. minus javascript features.OBVIOUSLY
been mastering the coding half of the project, got my template, conquered the smooth scroll courtesy of javascript and a cycle banner. which can be manipulated into a slow animation, so thats where im headed. ive been looking into doing abit of animation with jqueary aswell, for the end page.
eres the illustrations so far. colourless.
very basic, but thats kinda due to time. minus javascript features.OBVIOUSLY
Subscribe to:
Posts (Atom)