葉立斌
2013年10月18日 00:13
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
《魔物獵人4》遊戲畫面。(圖/翻攝網路)
記者葉立斌/綜合報導
所有擁有N3DS的玩家,現在一有空就是打開主機解《魔物獵人4》的任務由卡普空推出的新遊戲,熱門續作《魔物獵人4》再次站上N3DS平台,與玩家一起狩獵。
魔物獵人堂堂邁入第四代,這次登上3DS平台,當然要大量運用裸視3D的功能。這次可讓玩家爬上怪物的背部,更能從空中攻擊,想必是視覺上的美好體驗。
這次的遊戲舞台比前幾作更寬廣,且怪物的攻擊更加多樣化。這次製作單位希望玩家將重點放在劇情,而非狩獵,因此本作的NPC(非玩家角色)不少。
本作新增的武器與怪物,有操蟲棍、黑蝕龍等,還有其他遊戲的物品,至於是什麼遊戲,就等玩家自行發現了。
本作不再讓玩家各玩各的,而可交換特殊任務,更能與朋友一起解任務,拿到絕世祕寶。該作品在日本銷售超過100萬,成績亮眼。該作已推出台灣版,內容為日文。
關鍵字:
N3DS
魔物獵人4
留言列表