超初心者だけどゲームの作り方教えてくださいat GAMEDEV超初心者だけどゲームの作り方教えてください - 暇つぶし2ch■コピペモード□スレを通常表示□オプションモード□このスレッドのURL■項目テキスト867:名前は開発中のものです。 08/04/05 15:05:33 yC7XXjko >>865 DXライブラリの使い方はサイトに載ってるよ。 ttp://homepage2.nifty.com/natupaji/DxLib/dxuse.html 868:名前は開発中のものです。 08/04/05 18:40:39 oQWCbC6H 質問です。 http://www.bluefoun.pos.to/games/howto/howto.html のサイトの4-c実験までいったんですが、 真っ白になりどこも反応しません。何が間違ってるんですかね? ↓以下を入れました <html> <head> <script type="text/JavaScript"> function lyrSetVisibility( lyr , visf ) { if ( visf ) { document.getElementById( lyr ).style.visibility = "visible"; } else { document.getElementById( lyr ).style.visibility = "hidden"; } } function gameStart() { alert("消します"); lyrSetVisibility( "lyrball" , false ); alert("出します"); lyrSetVisibility( "lyrball" , true ); } 869:名前は開発中のものです。 08/04/05 18:41:50 oQWCbC6H 質問です。 http://www.bluefoun.pos.to/games/howto/howto.html のサイトの4-c実験までいったんですが、 真っ白になりどこも反応しません。何が間違ってるんですかね? ↓以下を入れました <html> <head> <script type="text/JavaScript"> function lyrSetVisibility( lyr , visf ) { if ( visf ) { document.getElementById( lyr ).style.visibility = "visible"; } else { document.getElementById( lyr ).style.visibility = "hidden"; } } function gameStart() { alert("消します"); lyrSetVisibility( "lyrball" , false ); alert("出します"); lyrSetVisibility( "lyrball" , true ); } 次ページ最新レス表示レスジャンプ類似スレ一覧スレッドの検索話題のニュースおまかせリストオプションしおりを挟むスレッドに書込スレッドの一覧暇つぶし2ch