sorry to bother u
I didn’t quite understand… so are you moving to IG?
sorry to bother u
I didn’t quite understand… so are you moving to IG?
No no, I’m still active on forums and have this thread open I’m just temp. Moving over IG
My main account is still my main even if I’ll be unactive on it for some (or a long) time, depends. The current account is just a fresh start for me, I adore the low activity it gets, the quiet is so nice
aww sorry
thank you for clarifying
Have some free time on my hand lol, I am not slacking
Mini tutorial on where to access your share story link and add it to your IG profile:
Story screenshot courtesy of Pookieduke3 aka MidnightMaiden
Hi, I kinda having a problem here
I don’t know why it appears a black scene on the preview screen, are there any errors in my code? It says there aren’t any errors, but I can’t figure out how to fix this
The previous scenes are alright, then it suddenly goes black at these lines. Pls help me
Oh hey i figured it out. Because I didn’t reset the zoom lol…
The previous scene I was zooming at zone 3 of the hallway, but the blackboard background is a zone 1, so it keeps the zooming to zone 3 that’s why the scene was black haha
Hey! I’m attempting at coding a panning minigame, and I wanted to set up my minigame before coding the actual scene. Basically, it’s a pannable minigame with tappable magnifying glasses & when you tap on the magnifying glasses, you get to eavesdrop on conversations haha
here’s my script if you’re able to help!
INT. TOWNSQUAREHOMETOWNHOMI
&zoom reset
&cut to zone 1
&overlay MAGNIFGLASS create AND overlay MAGNIFGLASS opacity 1 in .4 AND overlay MAGNIFGLASS to layer 9
&overlay MAGNIFGLASS_1 create from MAGNIFGLASS
&overlay MAGNIFGLASS_2 create from MAGNIFGLASS
&overlay MAGNIFGLASS_3 create from MAGNIFGLASS
&overlay MAGNIFGLASS_4 create from MAGNIFGLASS
&overlay MAGNIFGLASS_5 create from MAGNIFGLASS
label minigame_start
NARR
...
tappable [pan:1:3:hor]
“MAGNIFGLASS”{
NARR
Dialogue here.
goto minigame_start
} “MAGNIFGLASS_1” {
NARR
Dialogue here.
goto minigame_start
} “MAGNIFGLASS_2” {
NARR
Dialogue here.
goto minigame_start
} “MAGNIFGLASS_3” {
NARR
Dialogue here.
goto minigame_start
} “MAGNIFGLASS_4” {
NARR
Dialogue here.
goto minigame_start
} “MAGNIFGLASS_5” {
NARR
Dialogue here.
goto minigame_start
} else {
NARR
Dialogue here.
“Yes.” {
goto minigame_end
} “No! Take me back, please.” {
goto minigame_start
}
label minigame_end
(Here’s an image of the error:)
Thank you!!
Don’t skip any line between choice and first option. I see you used create for those overlays but with create u want to use all opacity as well.
I’m confused because in the writers portal it says this:
But how did I gain them, i didn’t have any gem choices and where do they go. Because in the app it says I don’t have them. Sorry if this doesn’t make sense lol
Thank you, it worked! I can’t believe I missed a little detail like that hahaha And yes, I know I have to put opacity! I just wanted the brief structure of the mini game before I went into the details :))