oueouiiaoo [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=33008 nested gfx 0.1 <p> <table><tr><td> <a href="/bbs/?pid=64587#p"> <img src="/bbs/thumbs/pico8_nested_gfx-0.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=64587#p"> nested gfx 0.1</a><br><br> by <a href="/bbs/?uid=33008"> oueouiiaoo</a> <br><br><br> <a href="/bbs/?pid=64587#p"> [Click to Play]</a> </td></tr></table> </p> <p>I've been remaking the gfx editor<br /> currently you can draw sprites and set flags<br /> I'm working on implementing the rest of the<br /> features. To save your changes open hit enter<br /> to open the pause menu and hit save, I'm not<br /> sure how/if this works on the web version.</p> https://www.lexaloffle.com/bbs/?tid=34271 https://www.lexaloffle.com/bbs/?tid=34271 Sun, 19 May 2019 20:34:48 UTC Cannot activate / deactivate components from scripts <p>I'm trying to activate / deactivate an animation from a script, but regardless of what I do the animation only follows the activation rules set in the editor.</p> <p>I have a animation for the character talking that I want to deactivate when they're not talking but, I can't get the animation to deactivate.</p> <p>I have the following script attached.</p> <div> <div class=scrollable_with_touch style="width:100%; max-width:800px; overflow:auto; margin-bottom:12px"> <table style="width:100%" cellspacing=0 cellpadding=0> <tr><td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> <td background=/gfx/code_bg0.png> <div style="font-family : courier; color: #000000; display:absolute; padding-left:10px; padding-top:4px; padding-bottom:4px; "> <pre>function update () if (is_talking) then this:activate (557) else this:deactivate (557) move_with_buttons (this) end end</pre></div></td> <td background=/gfx/code_bg1.png width=16><div style="width:16px;display:block"></div></td> </tr></table></div></div> <p>Has anyone encountered this problem / got any solutions ?</p> <p>Thanks.</p> https://www.lexaloffle.com/bbs/?tid=32831 https://www.lexaloffle.com/bbs/?tid=32831 Tue, 08 Jan 2019 15:22:18 UTC