Wii Game?

Jindo

Self
Reaction score
460
Anyone mind getting on their Wii and testing this?

I'm about to do it now, for a collab, just need to make sure it's wii compatible :p.

(Also looking for general comments).
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
There were a few times that as soon as I clicked the bird, even on the start place, it said I lost.

Other than that, it's cool. :D
 

Jindo

Self
Reaction score
460
Yeah that's dodgey at times, it's usually because the bottom of the bird (where the collision condition is used) is too close to the walls and stuff :p.

Well, I've done the 10 levels and everything, now I just need to figure out how to detect the internet browser in Flash, so that only people using a Wii can submit their score :p.
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
Just make the flash embedded in a PHP page, and use Flashvars and PHP to give the browser to flash.

*plays*
 

Jindo

Self
Reaction score
460
I guess, but if this Flash was on somewhere like newgrounds :p.

I think I could use the #include function to include a Javascript/PHP script that's hosted somewhere (eg: My site).
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
I know how to do this!

Loadvars, just load a php page that echos the browser

Thats what I used to get IP's when I was doing flash. :p
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
Kay, hang on.

PHP:
<?php

if (eregi('(Nintendo Wii)', $_SERVER['HTTP_USER_AGENT'])) echo 'wii=true'; else echo 'wii=false';

?>

People can spoof the headers ( Thats how I tested it ), so you can get cheaters. :p
 

Jindo

Self
Reaction score
460
Ah ok, so if I loaded that with loadVars or #include and used a condition like:

Code:
if (wii == false) {
    trace ('You must be using a Wii to send your score.');
} else {
    trace ('Score sent!');
}

Or would I do it some other way? :p.

Thanks for the script :).
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
edit: Yes, that would work.

Sorry, I didn't see that was actionscript. :p
 

Jindo

Self
Reaction score
460
Ah ok lol, awesome.

So in order for that code to load right, I must first put it into a PHP file and host it somewhere like my site?
 

DDRtists

ɹoʇɐɹǝpoɯ ɹǝdns
Reaction score
415
Yeah, it has to be hosted on a website somewhere.

This script worked for me ( In Flash ):

Code:
myData = new LoadVars();
myData.onLoad = function() {
if(this.wii == 'false')
{
	iswii.text = 'You don\'t have a Wii!';
} else {
	iswii.text = 'You\'re using a Wii!';
}
};
myData.load("http://tests.blankcolors.com/checkwii.php");

http://tests.blankcolors.com/iswii.swf
 

Jindo

Self
Reaction score
460
Update

I have to go now, but would anyone mind playing this on their Wii and seeing the message still shows up when you lose?

This black box with text telling you you need to be on the Wii to send scores should pop-up if you're on a PC.
 

Jindo

Self
Reaction score
460
Hmm? It didn't let me on the PC, I needed to test if it DID let you enter it on the Wii :p.

If it doesn't show up at all, that's very odd..

I updated it, and it covered it up like it should've offline, but when I put it up somewhere and tested it, it didn't work.. :confused:
 

mase

____ ___ ____ __
Reaction score
154
I can still submit my score via computer. Its #9 i think.
 

mase

____ ___ ____ __
Reaction score
154
well its frikin sweet on the Wii!!!
couldn't get a high score though :(
 

mase

____ ___ ____ __
Reaction score
154
Hows this collab goin Jin? I want to see the finished producted ><
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top