
-----------------------------------
solblade05
Sat Dec 31, 2005 2:14 am

Is It Possible To...?
-----------------------------------
sorry couldn't fit the entire questions.  please don't flame, i am a newbie at turing and really need help...

i have 2 questions:

1) Is it possible to animate, but at the same time be able to allow the user to click around, or use the keyboard?

2) A simple question, how do i play music that i have saved in the computer (mp3 format).  i wanted different music for different parts of the program

(ex. menu screen has 1 type of music, actual playing music is different)

-----------------------------------
do_pete
Sat Dec 31, 2005 2:31 am


-----------------------------------
1) Yes, just put the animation and Mouse.Where/Input.KeyDown in the same loop
2) Use Music.PlayFileReturn

-----------------------------------
solblade05
Sat Dec 31, 2005 2:39 am


-----------------------------------
thanks, i really appreciate it :D
