Jump to content


RuinaImperi

Member Since 06 Jun 2012
Offline Last Active Today, 05:24 PM

Posts I've Made

In Topic: Anyone Use Bamboo Tablet For Drawing

11 April 2013 - 04:42 PM

Yes massively. Using a mouse is just...urgh. It's like glueing cheese wheels to a toilet seat instead of buying a skateboard when you want to skate.
It's like using your feet with finger paint color instead of an ink pen.

A mouse is sluggish, imprecise like a slingshot made of underpants vs a sniper rifle, lacks pressure sensitivity, tilt sensitivity and any natural feel. The precision can't even dream to compete with proper pen input.

If you are any serious about digital drawing, get a tablet. No way around it.

In Topic: Anyone Use Bamboo Tablet For Drawing

11 April 2013 - 02:47 PM

Yes, Bamboo tablets are a great starting point. In general pretty much anything by Wacom is the way to go if you want professional results.


In Topic: [Wip] Gm Spine Runtime

08 April 2013 - 08:55 AM

Replece the spine_animation_create with

stuff

Thanks, got it working now! Only weird thing now is that the lower arm on the front arm is missing, although it's picture is there and works fine in Spine itself.

 

 

To mix animation you can use the spine_animation_update in sequence

 

spine_animation_update(leg_walk,skel,1,1,1);

spine_animation_update(arm_attack,skel,1,1,1);

I don't understand how I use this. What do I put for leg_walk/arm_attack in my own skeleton? The arms consist of 3 parts each so what do I have to put here? skel is if it is mirrored?

 

 

 

 

Also having it as a DLL-only would be a bummer because it would be incompatible with mobile devices for so long (It's on the roadmap for 1.3 and 1.2 isn't even on the horizon yet) and I'm required to develop it for iPad/iPhone along the way.

 


In Topic: [Wip] Gm Spine Runtime

07 April 2013 - 10:47 AM

When I try to load my skeleton in the demo, it only works when I don't put in the name of the animation I want (Which then causes it to have none). Otherwise, if I give it the name of any of the animations in the file, this happens:

 

############################################################################################

VMError!! Occurred - Push :: Execution Error - Variable Get -7.duration(100062, 0)
 at gml_Script_spine_animation_create (line -1) - <unknown source line>

In Topic: Inflating/Deflating Variable.

06 April 2013 - 09:49 AM

You need to go to "Use full editor" to be able to edit the title.