Openfeint splash screen

Hi all, im using the unity openfeint plugin for android and have configured it to work succesfully. However, it initialises in the start function…

#if UNITY_ANDROID

		openFeint = new OpenFeintFacade();

		Init();

		#endif

But rather than automatically loading openFeint I’d like to display the screen that asks if the user would like to connect to openfeint (as seen on many games) but I can’t seem to find this in the documentation. Can anybody advise? thanks

I THINK that you have it right, and the “splash screen” will appear the first time the user opens the app.

Just tested on my own game. Normally when I open the game, it pops up the small notification below that says “Welcome back, PlayerName”. I went into my openfeint options, and logged out. I then exited the game, and when I reopened, I got the cool little “yes I want to have Fun” pop-up screen.

Does that help any?