[RELEASE][FEEDBACK] Cock Or Not!
[RELEASE][FEEDBACK] Cock Or Not!
Hey just released my first tease any feedback is welcome thanks and I hope you enjoy the tease https://milovana.com/webteases/showtease.php?id=74756
- StellaRack
- Explorer At Heart

- Posts: 228
- Joined: Wed Jan 03, 2024 9:13 pm
- Gender: Femboy
- Sexual Orientation: Straight
- I am a: Submissive
Re: [RELEASE][FEEDBACK] Cock Or Not!
Good tease
I got 21 points
Would be nice to be able to mute the audio
I got 21 points
Would be nice to be able to mute the audio
Re: [RELEASE][FEEDBACK] Cock Or Not!
StellaRack wrote: Thu Feb 27, 2025 9:37 am Good tease
I got 21 points
Would be nice to be able to mute the audio
Hi, thanks for the feedback, and I'm glad you enjoyed the tease. I honestly didn't even consider putting in a mute option for the audio, as I just figured if someone didn't want to listen to it, they could just mute the site. I'll make sure in my next tease to add an option in the beginning for people to choose if they want any audio or not. Thanks again, and I'm glad you enjoyed it.
-
cristovaop
- Explorer

- Posts: 73
- Joined: Mon Oct 10, 2022 12:50 am
- Gender: Male
- Sexual Orientation: Bisexual/Bi-Curious
- I am a: Submissive
Re: [RELEASE][FEEDBACK] Cock Or Not!
Agreed. Or at least an option to lower the music. Also, auto-message are too slow for me and it doesn't add much to the tease. Being able to quickly go from one girl to another would be better. The girls look like hard-coded into a path. Maybe make a short version, and maybe randomize the girls.
I went up to the 20th girl before giving up due to the slow pace of the messages.
Re: [RELEASE][FEEDBACK] Cock Or Not!
cristovaop wrote: Fri Feb 28, 2025 1:52 amAgreed. Or at least an option to lower the music. Also, auto-message are too slow for me and it doesn't add much to the tease. Being able to quickly go from one girl to another would be better. The girls look like hard-coded into a path. Maybe make a short version, and maybe randomize the girls.
I went up to the 20th girl before giving up due to the slow pace of the messages.
Hey, thanks for the feedback I meant to make it so you can skip through when you're not in the edging sections I just went back and fixed that now. I also added a feature so you can play the tease without the music turned on. As for making it randomized I honestly have no clue how to do that at allbut, if you would like to retry the tease it should be way faster now and you can play without music. Thanks again for letting me know about the speed.
- StellaRack
- Explorer At Heart

- Posts: 228
- Joined: Wed Jan 03, 2024 9:13 pm
- Gender: Femboy
- Sexual Orientation: Straight
- I am a: Submissive
Re: [RELEASE][FEEDBACK] Cock Or Not!
If you want to make the order random you can use the goto with a *
If you have pages like girl1 girl2 girl3 then by adding a goto girl* it will pick one at random
You can also add a disable pages to remove a them for the random target
At the start you can add a eval
Then on each page
[*] Eval [girlsDone += 1] (Add to the girls done var)
[*] If (girlsDone >= targetGirls) Then Goto end (End the tease when you done enough girls)
[*] Disable girl1 (Stop this girl from being picked again)
[*] Goto girl* (Pick a new page that has not been seen before)
You can make a short version by lowering the targetGirls var. Be sure to scale the points needed
The tease will crash if there is no pages left
If you have pages like girl1 girl2 girl3 then by adding a goto girl* it will pick one at random
You can also add a disable pages to remove a them for the random target
At the start you can add a eval
Code: Select all
var girlsDone = 0
var targetGirls = 50
[*] Eval [girlsDone += 1] (Add to the girls done var)
[*] If (girlsDone >= targetGirls) Then Goto end (End the tease when you done enough girls)
[*] Disable girl1 (Stop this girl from being picked again)
[*] Goto girl* (Pick a new page that has not been seen before)
You can make a short version by lowering the targetGirls var. Be sure to scale the points needed
The tease will crash if there is no pages left
Re: [RELEASE][FEEDBACK] Cock Or Not!
StellaRack wrote: Sat Mar 01, 2025 2:45 am If you want to make the order random you can use the goto with a *
If you have pages like girl1 girl2 girl3 then by adding a goto girl* it will pick one at random
You can also add a disable pages to remove a them for the random target
At the start you can add a eval
Then on each pageCode: Select all
var girlsDone = 0 var targetGirls = 50
[*] Eval [girlsDone += 1] (Add to the girls done var)
[*] If (girlsDone >= targetGirls) Then Goto end (End the tease when you done enough girls)
[*] Disable girl1 (Stop this girl from being picked again)
[*] Goto girl* (Pick a new page that has not been seen before)
You can make a short version by lowering the targetGirls var. Be sure to scale the points needed
The tease will crash if there is no pages left
Thank you for the help. I think I understand how to do it now, and I will look into doing that with either this tease or the next one I am planning to make.
- Pierrezan
- Explorer

- Posts: 5
- Joined: Tue Aug 15, 2023 7:46 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Submissive
- Dom/me(s): No
Re: [RELEASE][FEEDBACK] Cock Or Not!
Good tease i got -7, i love cocks 
-
PettKing
- Explorer

- Posts: 8
- Joined: Tue Jan 14, 2020 10:24 pm
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
Re: [RELEASE][FEEDBACK] Cock Or Not!
Very good, I got 39 points and had a lot of fun, thank you very much.
Two questions: How many alternative endings are available? Do you have a list with the names of all of them to help with my scientific research?
Two questions: How many alternative endings are available? Do you have a list with the names of all of them to help with my scientific research?
Re: [RELEASE][FEEDBACK] Cock Or Not!
PettKing wrote: Sun Mar 23, 2025 5:48 am Very good, I got 39 points and had a lot of fun, thank you very much.
Two questions: How many alternative endings are available? Do you have a list with the names of all of them to help with my scientific research?
There are 3 endings with one of them having two different options to choose from so around 4 different endings. As for the list of their names I don't have it anymore as I deleted all my saved images for this tease a couple weeks ago, if you really wanted you could go into the editor for this tease and find the images and then reverse image search them. Thank you for playing my tease I hope this helped.
