📄 hello.gml
字号:
<:desktop bkimg=$.\images\bk.gif>
<style>
.flyin{
mutishownum=2;
paramCtrl#1=loopt(1,alpha,10,180,10,10);
paramCtrl#2=loopt(1,mutioffx0,-25,0,1,10);
paramCtrl#3=loopt(1,mutioffx1,25,0,1,10,endin);
OnEndin#2={FBOXGMDIV.style.visibility =''}
OnEndin={<: class=flyout>}
}
.flyout{
mutishownum=2;
paramCtrl#1=loopt(1,alpha,180,0,4,10);
paramCtrl#2=loopt(1,mutioffx0,0,-25,1,10);
paramCtrl#3=loopt(1,mutioffx1,0,25,1,10,endout);
OnMouseOver=null;
OnMouseOut=null;
paramCtrl=null;
Onendout#1={<: show=0;mutishownum=0;class=flyin;>};
Onendout#2=endit();
}
.flytext:text{
pid=desktop;
pos=pid.width/2,pid.height/2-20;anti=1;color=#0F0F0F;
font=隶书,16,48;
anti=1;
align=center,center
filltext={Glint(0,0,0,height,R255G155B0,R255G255B0)};
class=flyin;
OnClick={<: class=flyout><:linklight event=off follow=null>};
}
</style>
<text src='明翔网络资讯' pos=pid.width-230,pid.height-20;anti=1;color=#FFFFFF;font=隶书,8,20;
>
<script>
$GX.Cmd("<flytext src='"+parent.gWnd.title+"'>");
var end
function endit()
{
if(end) return;
end=true
setTimeout("movit(0)",10)
}
function hot()
{
focus();
if(!isend) setTimeout('hot()',10);
}
function movit(y)
{
if(y>-document.body.clientHeight)
{
y-=8
HELODIV.style.top=y
setTimeout("movit("+y+")",10);
return;
}
setTimeout("HELODIV.innerHTML=''",10);
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -