tobot 发表于 2019-4-13 00:51

TouchGFX设计+做一个魔方(3)

<div class='showpostmsg'> 本帖最后由 tobot 于 2019-4-13 00:59 编辑

使用TouchGFX做一个魔方(第三天)今天把3d方块代码补全。再拉两个按钮“buttonWithLabel1”、“buttonWithLabel2”,分别用于打散方块和自动还原。仿真试试,发现不支持中文。改一下字体资源。好了。

此内容由EEWORLD论坛网友tobot原创,如需转载或用于商业用途需征得作者同意并注明出处

</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>
页: [1]
查看完整版本: TouchGFX设计+做一个魔方(3)