Page 1 of 1
It Aint Easy...
Posted: Wed Mar 13, 2013 6:40 pm
by switchoracle
This is my first tease on this forum...
a dedication to all those who have made teases so far....
I hope people around like it..
any feedback will be much appreciated..
Re: It Aint Easy...
Posted: Wed Mar 13, 2013 8:07 pm
by hhhobo
Ireally enjoyed the first 3/4 of the tease. Then, with the final roomate, the tease jumped from acquiring the equipment to the end of the tease.
Re: It Aint Easy...
Posted: Wed Mar 13, 2013 8:24 pm
by switchoracle
I guess the timer must have run out on u...
there is a specified time in which you need get all of it...
will increase it though :)
Re: It Aint Easy...
Posted: Wed Mar 13, 2013 8:26 pm
by switchoracle
fixed..kindly rate it after you finish the remaining part ..
Re: It Aint Easy...
Posted: Wed Mar 13, 2013 9:04 pm
by deamon44
I had a quick look at your tease. I have not completed it, only looked through the first part.
I will have a go when I have the time.
I have noticed there is a couple images missing at the start and you may want to double check your spelling on a few pages.
However it looks promising and I don't understand why it has such a low rating already. I'm sure that will go rise soon so don't let it dishearten you.
one more thing, for me personaly some of the timers are too long with the first woman but that may just be a personal preference.
Re: It Aint Easy...
Posted: Thu Mar 14, 2013 8:04 am
by Nezhul
I have noticed there is a couple images missing at the start and you may want to double check your spelling on a few pages.
how did you notice that? Because in a flashtease if the image is not specified it will show a random image. If the screen is blank that meens that either the image was not loaded properly, or that the author specified a black/blank image to be shown
Re: It Aint Easy...
Posted: Thu Mar 14, 2013 2:05 pm
by deamon44
Nezhul wrote:I have noticed there is a couple images missing at the start and you may want to double check your spelling on a few pages.
how did you notice that? Because in a flashtease if the image is not specified it will show a random image. If the screen is blank that meens that either the image was not loaded properly, or that the author specified a black/blank image to be shown
Hmmm. When i checked it out there were 2 pages early on that were pink backgrounds with a white question mark. ( which I thought was how the images first appear when making the flashtease before you upload any images). I have no idea why this would happen.
Just checked then and its page 1 and 7ish I think. It was no major criticism I just assumed it was an accidental error.
Re: It Aint Easy...
Posted: Wed Oct 30, 2024 12:33 pm
by SleeplessSub
It seems like this tease isn't working anymore. It just stays on the loading page

Re: It Aint Easy...
Posted: Thu Oct 31, 2024 12:26 pm
by FrozenWolf
SleeplessSub wrote: Wed Oct 30, 2024 12:33 pm
It seems like this tease isn't working anymore. It just stays on the loading page
I had a look through the EOS script, and the start page image reference appears to be bugged:
"start" : [
{
"nyx.page" : {
"action" : {
"nyx.buttons" : [
{
"commands" : [
{
"goto" : {
"target" : "home"
}
}
],
"label" : "Continue"
}
]
},
"media" : {
"nyx.image" : "file:"
},
"text" : "...
}
}
]
This was originally a NYX script, so it's been converted automatically. The original NYX script contains this:
start#page(
text: ...
media:pic(id:""),
action:go(target:home#)
)
I wonder if seraph0x has modified the NYX -> EOS conversion, or the EOS player, and it is now less tolerant of missing image references. I'll raise the issue in technical support.