Esempio n. 1
0
	// Use this for initialization
	void Start () {
		Twine = new TwineImporter1();
//		GUI.skin = GameGui;
		mousePos = new Vector3 (8, -4, -9);
		mouse.transform.position= mousePos;
		mouse.enabled = false;
		remy.enabled = false;
		comcast.enabled = false;
		judge.enabled = false;
		explosion.enabled = false;
		remySources = remyAudio.GetComponents<AudioSource>();
		judgeSources = judgeAudio.GetComponents<AudioSource>();
		comcastSources = comcastAudio.GetComponents<AudioSource>();


//		remyClips[0] = AudioClip.Create("R_eh-eh.mp3", 44100, 1, 44100, false, true);
//		remyClips[1] = AudioClip.Create("R_Hmmmm.mp3", 44100, 1, 44100, false, true);
//		remyClips[2] = AudioClip.Create("R_Mhma.mp3", 44100, 1, 44100, false, true);
		//remyClips[3] = "R_mmhm.mp3";
		//remyClips[4] = "R_MMM.mp3";
		//remyClips[5] = "R_pssh.mp3";
		// string toDisplay = "Whatever data is being sent, be it cat pictures, live video, " +
		// "or life-saving tools about water filtration, all this data is subjected" +
		// 	"to Internet Service Providers whims without Net Neutrality. Net Neutrality" +
		// 		"keeps Internet Service Provider fair and balanced about their data transfer. " +
		// 		"Without Net Neutrality, cat pictures online could be eradicated. ";

		TypeText();
	}
Esempio n. 2
0
    // Use this for initialization
    void Start()
    {
        Twine = new TwineImporter1();
//		GUI.skin = GameGui;
        mousePos = new Vector3(8, -4, -9);
        mouse.transform.position = mousePos;
        mouse.enabled            = false;
        remy.enabled             = false;
        comcast.enabled          = false;
        judge.enabled            = false;
        explosion.enabled        = false;
        remySources    = remyAudio.GetComponents <AudioSource>();
        judgeSources   = judgeAudio.GetComponents <AudioSource>();
        comcastSources = comcastAudio.GetComponents <AudioSource>();


//		remyClips[0] = AudioClip.Create("R_eh-eh.mp3", 44100, 1, 44100, false, true);
//		remyClips[1] = AudioClip.Create("R_Hmmmm.mp3", 44100, 1, 44100, false, true);
//		remyClips[2] = AudioClip.Create("R_Mhma.mp3", 44100, 1, 44100, false, true);
        //remyClips[3] = "R_mmhm.mp3";
        //remyClips[4] = "R_MMM.mp3";
        //remyClips[5] = "R_pssh.mp3";
        // string toDisplay = "Whatever data is being sent, be it cat pictures, live video, " +
        // "or life-saving tools about water filtration, all this data is subjected" +
        //  "to Internet Service Providers whims without Net Neutrality. Net Neutrality" +
        //      "keeps Internet Service Provider fair and balanced about their data transfer. " +
        //      "Without Net Neutrality, cat pictures online could be eradicated. ";

        TypeText();
    }