Well thought I'd try the new journals D:
What's up in Habboi world? Well still at uni doing games design. It's kinda a mix though between story writing and media with the odd game making every now and then. At the moment we have to write a games design document for CW1 and then make a 2D game for CW2 using Director MX 2004. I hate programming : <
Erm you probs already know but I'm working on a single player mod and just taking my time on it. Second level is almost done architecture and lighting wise. I need to work on scripts sometime and sound ambience. Apart from that I have an essay to do...
global sam
on startmovie
_movie.go(1)
sam=3 -- Sams sprite number is 3
end
on exitFrame
_movie.go(_movie.frame)
end
on keydown
case (_key.key) of end case
end
on move dir
if dir = "left" then end if
if dir = "right" then end if
if dir = "up" then end if
if dir = "down" then end if
mem_no=sprite(sam).member.number
if mem_no > 8 then else end if
member("monitor").text=string(sprite(sam).member.number)
end