From: Christian W. <cwa...@gm...> - 2011-12-21 21:59:57
|
James C. Wilson wrote: > This probably has a very simple answer, but after wading through the standard inventory I've yet to find it: > How do I make the inventory, when opening, simply pop into place, without using a sliding transition as it currently does? Adjust or remove the last argument of moveto(), that's the animation duration, in pipmak.thisnode():moveto(0.5, 1, -width/2, isshown and -56 or -1, 0.25) (http://pipmak.svn.sourceforge.net/viewvc/pipmak/trunk/demo/Demo.pipmak/50/node.lua?revision=231&view=markup#l42 ) -Christian |