de en es fr
Let the machine help
Light teasing, exhibition, BDSM, sissyfication, watersports... with sounds and pictures


Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Feature Request: wait command with interupt
PostPosted: Sat May 14, 2016 5:59 am 
Offline
Newcomer
It seems to me that without a looping timer countdown with short intervals of wait, there is not and real mixing of the wait command with buttons. From some of the other software I tend to use this feature intensively for better feedback and response from the user and the program.

Example:

show("Stroke your cock until I tell you to stop")
wait(60)
User_Input = getSelectedValue("Stroke your cock until I tell you to stop" , ["Resist","Stroke","Edge","Cum"])

If the user was needing to hit the "Edge" or "Cum" button, I typically do not want them to have to wait for the timer to complete before it becomes an option, nor wait for the timer to complete after they have clicked the button. If I really worked at it I could probably come up with a routine to make this work, but it would be really nice to have this as a one line feature such as:

User_Input = wait_with_input("Stroke your cock until I tell you to stop" , ["Resist","Stroke","Edge","Cum"])


Top
 Profile Send private message 
 
 Re: Feature Request: wait command with interupt
PostPosted: Sat May 14, 2016 11:56 am 
Offline
Site Admin
User avatar
This can't be for every blocking function of the API, so it was added only to showButton()
You can do something like this :
Code:
show("Stroke your cock until I tell you to stop")
if(showButton("No more", 60) < 60) {
  def userInput = getSelectedValue("What ?" , ["Resist","Stroke","Edge","Cum"])
}


Top
 Profile Send private message 
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010 - 2020
This website uses session cookies only.