十年网站开发经验 + 多家企业客户 + 靠谱的建站团队
量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决
var num=prompt("请输入数字","")
成都创新互联公司成都企业网站建设服务,提供成都网站建设、网站设计网站开发,网站定制,建网站,网站搭建,网站设计,响应式网站开发,网页设计师打造企业风格网站,提供周到的售前咨询和贴心的售后服务。欢迎咨询做网站需要多少钱:18982081108
// 加一句
if (num === 'exit')
break;
参考代码如下:
!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ""
html xmlns=""
head
title/title
script type="text/javascript" language="javascript" src=""/script
script type="text/javascript" language="javascript"
$(function() {
$("#right").click(function() {
var roll = $("div/div", { css: { position: "absolute", border: "solid 1px #999", left: "806px", top: "10px", height: "494px", width: "1px", background: "#fff"}}).appendTo($("#book").parent());
$(roll).animate({
left: "10px",
width: "398px"
}, 1000, function() {
$("#left").css({"background":"#fff"});
$(roll).fadeOut(300, function() {
$(roll).remove();
})
});
});
});
/script
/head
body style="padding:5px;margin:0;"
div id="book" style="width:797px;height:494px;background:#ccc;border:solid 6px #ccc;"
div id="left" style="width:398px;height:494px;float:left;background:url() no-repeat top left;cursor:pointer;"/div
div id="right" style="width:398px;height:494px;float:left;background:#fff;cursor:pointer;margin-left:1px;text-align:right;"p style="margin-top:470px;font-size:12px;color:#999;"点这翻页 /p/div
/div
/body
/html
在页面中加一个div作为“书”的容器:
div id='mybook'/div
在容器中加入“页”,booklet会自动识别div id='mybook'的子元素为页
div id="mybook"
div
h3Yay, Page 1!/h3
/div
div
h3Yay, Page 2!/h3
/div
div
h3Yay, Page 3!/h3
/div
div
h3Yay, Page 4!/h3
/div
/div
初始化booklet:
$('#mybook').booklet({
width: 600,
height: 200,
speed: 250,
startingPage: 1,
pageNumbers: true
});
第一步,把下面的代码放到你网页的head和/head之间。其中的参数可以改动。
SCRIPT LANGUAGE="JavaScript"
!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=200,height=200');");
}
// End --
/script
第二步,把下面的连接放到你网页需要的地方。
A HREF="javascript:popUp('xxx.html')"站长名片/A
控制角色移动播放动作或者其他逻辑则需要给这个橘色节点绑定逻辑脚本,UNity支持多种脚本语言,在此是用JAVA脚本. 创建 脚本Assets -- Create ---- JavaScript 创建一个空的逻辑脚本,并将这个脚本绑定在主角对象身上,绑定方式是直接拖拽到主