[SG] Animation

Posted by Stained Glass on Aug. 11, 2006, 4 p.m.

While I was searching google video yesterday I found this awesome video: Animator vs Animation

And another one about how good microsoft's products can be: Dear Aunt, I mean mom

I made a new banner for myself, I will probably change it because I don't like it that much.

The educational math game is coming along nicely, but it is taking forever to program in all the problems. I'll release a demo soon.

I am finally seeing why so many people use scripts, they're very useful. Here is another one I made:

_x=argument0
_y=argument1
_width=argument2
_title=argument3
_desc=argument4
_titlefont=argument5
_descfont=argument6
_outline=argument7

var sep;
sep=10

draw_set_alpha(0.1)
draw_rectangle(_x,_y,_x+_width,_y+ (string_height(_title)+sep) + (string_height(_desc)+sep),false)
draw_rectangle(_x,_y,_x+_width,_y+ (string_height(_title)+sep),false)
draw_set_alpha(1)
draw_set_valign(fa_center)
draw_set_halign(fa_middle)
draw_set_font(_titlefont)
draw_text(_x+_width/2,_y+ (string_height(_title)+sep)/2,string(_title))
draw_set_font(_descfont)
draw_text(_x+_width/2,_y+ (string_height(_title)+sep) + (string_height(_desc)+sep)/2,string(_desc))
draw_set_valign(fa_top)
draw_set_halign(fa_left)
if _outline=true
{
    draw_rectangle(_x-1,_y-1,_x+_width,_y+(string_height(_title)+sep) + (string_height(_desc)+sep),1)
    draw_line(_x,_y+(string_height(_title)+sep),_x+_width,_y+(string_height(_title)+sep))
}

To be used: draw_description(x,y,width,title,description,titlefont,desciptionfont,outline?)

I am not sure why I made it, but here is a screenshot of what it draws:

About 2 days ago I found the 64digits RPG. (can't believe I never knew we had one) Here are my stats after 3 days:

Level: 19

Strength: 101

Intelligence: 46

Dexterity: 35

Willpower: 33

Weapon: Silver Sword

It's taking forever to get to level 20, and beat those infernal vampires…

————————–Awesome Images of the Day——————-

by ptoing

C64 hires image (2 colours per 8x8 character)

Again Helm's Yus Bird, because he rocks!

same artist as above

Done for a Atari ST demo which should be due to November. Was great fun to work on and i think the outcome is decent.

by me? Gasp again!

A REALLY weird chicken that I did trying to use all triangles and the Commador 64 palette. (the same one used in the first palette) I know it's ugly but maybe it's so ugly that it's not. (?)

Comments

basilamer 18 years, 3 months ago

I saw that animation 2 days ago. Funny stuff

noshenim 18 years, 3 months ago

lol