function main()
	Is3D( FALSE );

	AddBackground( "Tropicana\\still_pad1b" );

	-- Displayable objects
	AddSprite( OTropicanaPad, 348, 152, 128,  64, "obj_pad1b.dds", VISIBLE );
	
	-- Hotspot
	AddSprite( HTropicanaPad, 281, 144, 208, 130, nil, ACTIVE, 0, 0, TOOLS );
	
end