- Aug 13, 2019
- 1,080
- 4,429
Hello, I'm trying to figure out how to add a sound effect to my ALT animations. Below is a simple string of images I call to play an animation.
I just use the show and hide commands to show the animations.
show ease_in
hide ease_in
show short_loop
hide short_loop
What I want to know is how can I play a sound file, like a fucking sound or girl moaning sound for every other image. for example. play a girl moaning every image 5 or play the fucking sound effect for whatever image I need to show full penetration.
Here is the code I use in my animation, any help is greatly appreciated. Thanks
I just use the show and hide commands to show the animations.
show ease_in
hide ease_in
show short_loop
hide short_loop
What I want to know is how can I play a sound file, like a fucking sound or girl moaning sound for every other image. for example. play a girl moaning every image 5 or play the fucking sound effect for whatever image I need to show full penetration.
Here is the code I use in my animation, any help is greatly appreciated. Thanks
Code:
default animDelay=0.2
### I usually put these in a seperate file or even more than one since they get long
image ease_in:
"tst_1.jpg"
0.2
"tst_2.jpg"
0.2
"tst_3.jpg"
0.2
"tst_4.jpg"
0.2
"tst_5.jpg"
0.2
"tst_6.jpg"
0.2
"tst_7.jpg"
image short_loop:
"tst_6.jpg"
0.2
"tst_5.jpg"
0.2
"tst_4.jpg"
0.2
"tst_3.jpg"
0.2
"tst_2.jpg"
0.2
"tst_1.jpg"
0.2
"tst_2.jpg"
0.2
"tst_3.jpg"
0.2
"tst_4.jpg"
0.2
"tst_5.jpg"
0.2
"tst_6.jpg"
0.2
"tst_7.jpg"
0.2
repeat