a-man got me rethinking.
the frames will look like this now:
most variables will have a default if not specified, for example dvx = 0 and wp_att (attacking) = 0
the frames will look like this now:
Code:
case 0: //standing
{
pic(0) state(0) wait(4) next(1) centerx(39) centery(79)
wp_x=33
wp_y=45
wp_act=21
bdy_x=21
bdy_y=18
bdy_w=43
bdy_h=62
bdy_spawn()
break
}
most variables will have a default if not specified, for example dvx = 0 and wp_att (attacking) = 0