This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
new android.mediaPlayer()
clicked block quote Hey..How do i turn it off?Help! I'm scared This is my life now...
And then what are you supposed to do after you have es file explorer?
Dylan Thompson
Quote from Pokecraftguy» And then what are you supposed to do after you have es file explorer?
There are two ways to change the sound:
1.: With a Texture (Resource?) Pack (use .ogg files).
2.:This is not real sound changing, it is just playing a sound, like minecraftmuse3 and Speed_Turbo said (scroll to their posts).
But I don´t know why you should use a file explorer.
Probably to extract and compress files for people modding using only a tablet and not a pc?
too Complicated to do
I have a twitter!! Follow me for regular updates on my mods!
https://twitter.com/DamienMiller11
try {
var mp = new android.media.MediaPlayer();
mp.setDataSource("/sdcard/a.mp3");
mp.prepare();
mp.start();
} catch(e) {
print("Error: " + e);
}
}
a is the folder name and b is the file name, set it to the sound you want
Does this help?
And then what are you supposed to do after you have es file explorer?
Dylan Thompson
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThere are two ways to change the sound:
1.: With a Texture (Resource?) Pack (use .ogg files).
2.:This is not real sound changing, it is just playing a sound, like minecraftmuse3 and Speed_Turbo said (scroll to their posts).
But I don´t know why you should use a file explorer.
Probably to extract and compress files for people modding using only a tablet and not a pc?