Search found 40 matches

by bbb11__
Thu Apr 11, 2024 8:01 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 143
Views: 127530

Re: Here are EOS tutorials

Another “coding” question… always appreciate the help here!

Is there a way to display an array as a vertical list or paragraph in EOS?
Currently it shows up as a single line and goes off the screen. And I’d rather not type out array[0], array[1], etc…
by bbb11__
Sun Mar 31, 2024 10:10 pm
Forum: The Art of Webteasing
Topic: [Release] [Feedback] Deal or No Deal - Cum or No Cum
Replies: 9
Views: 2281

Re: [Release] [Feedback] Deal or No Deal - Cum or No Cum

The pics are mild because I was going for a true “tease” feel bordering on censored since the chance of being denied is so great. Pics are not random for cases, there is a specific girl for each case. During the offers, the pics are random. I do agree there needs to be a larger gallery there for mor...
by bbb11__
Sun Mar 31, 2024 1:24 am
Forum: The Art of Webteasing
Topic: [Release] [Feedback] Deal or No Deal - Cum or No Cum
Replies: 9
Views: 2281

Re: [Release] [Feedback] Deal or No Deal - Cum or No Cum

You’re correct on the timers, they are there for image updating. But I did them backwards, that was a later change and tried to take the easy way and messed it up 😅 The Final case situation should be fixed. It was going to that page with 3 cases left instead of 2. I’ll have to take a look at the com...
by bbb11__
Sat Mar 30, 2024 11:04 am
Forum: The Art of Webteasing
Topic: [Release] [Feedback] Deal or No Deal - Cum or No Cum
Replies: 9
Views: 2281

[Release] [Feedback] Deal or No Deal - Cum or No Cum

Didn't turn out exactly how I wanted it, but I still think it's a fun idea.
Always like ideas on how to improve it and feedback as usual.

https://milovana.com/webteases/showtease.php?id=66653
by bbb11__
Mon Feb 05, 2024 7:00 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 143
Views: 127530

Re: Here are EOS tutorials

PlayfulGuy wrote: Mon Feb 05, 2024 6:31 pm

Try this

Code: Select all

var list = [1,2,3,4,5,6]
var sum = list.reduce(function(a,b) {return a + b;})
This got it!! Thanks!!!
by bbb11__
Mon Feb 05, 2024 6:03 pm
Forum: The Art of Webteasing
Topic: Here are EOS tutorials
Replies: 143
Views: 127530

Re: Here are EOS tutorials

Looking for some code help. Trying to find the sum of items in an array.

Code: Select all

var list = [1,2,3,4,5,6]
var sum = list.reduce((a,b) => a + b, 0)
This code causes my tease to get stuck on the modules loading screen.

Anyone know how I can do this within EOS?
by bbb11__
Mon Jan 29, 2024 5:01 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Yes EOS does limit Java quite a bit. But it does well enough! I am working on 2.0 and have made the 40 images to show where the player is on the board!! The opponent is not shown, it’s just too much. Adding in more kinks, so taxes can be paid with money, edges, Deepthroats, or ball slaps. Some railr...
by bbb11__
Sat Jan 27, 2024 8:04 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Tried playing this today and was enjoying it until I landed on Go and got stuck in a loop. I rolled a 2 and landed on go, and was told I collect $200, and a chance to cum, and an orgasm would cost me $10,000. I only had $998, so it says "you don't have enough" and then it rolls 2 again an...
by bbb11__
Fri Jan 26, 2024 5:35 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

The NaN bug should be fixed!! Arrays count from 0, not 1 so my math was adding an extra space to the board. Hopefully that fixes it and it’s 100% playable instead of 98%! Might add another opponent and am trying to find ways to add more kinks. Appreciate all the feedback. New opponent and kinks migh...
by bbb11__
Thu Jan 25, 2024 2:52 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

If you want I can help you make a script to generate all the possibilities. Then it would just need a naming scheme and you could automate it in EOS. For the things players own you could have a button on the right displaying an inventory. That either list everything as text or again generate images...
by bbb11__
Tue Jan 23, 2024 11:34 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Thanks for sharing the screenshot and feedback! Always nice to hear positive words. To display where you are on the board I’d need 1600 images for all the possible combos of both players’ position and I just didn’t want to do all those. I do agree without that it feels random and less board-game. I’...
by bbb11__
Tue Jan 23, 2024 3:05 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Damn it, that is an awesome idea! I was trying to think of how to make each property unique but couldn't really come up with anything... that's so obvious and awesome!
Maybe I'll do Monopoly 2.0 on this premise.

Appreciate the feedback and plays!
by bbb11__
Tue Jan 23, 2024 1:20 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Yeah - had a play with it today - looks quite good so far though there are some bugs The first is the one that others have mentioned on the start page - i think it needs the goto page changed from "player" to "player*" and then it should work I worked around this using preview/d...
by bbb11__
Tue Jan 23, 2024 1:18 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

Yikes! So sorry everyone!!! Fixed the main glitch with opponent selection. Game is now playable!
by bbb11__
Mon Jan 22, 2024 11:56 pm
Forum: The Art of Webteasing
Topic: [RELEASE] Monopoly!
Replies: 33
Views: 6529

Re: [RELEASE] Monopoly!

The concept seems really promising to me! As others already pointed out: it seems a bit hectic to me as well. I think that also the Luxury Tax edging might be broken. After the first edge it just shows one picture and freezes after that. Also: it would be a nice thing if you had a tracker on the bo...