Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi! What are objects for below_object?

A topic by AMemoryofEternity created 61 days ago Views: 242 Replies: 10
Viewing posts 1 to 6

Is there a list of the objects including their correct formatting? I'm having a hard time finding out what these are specifically.

Thank you!

Developer

In your console, on that scene:

> SceneManager._scene

This will bring up information about the scene.

> Expand the "children" parameter

There you should see a list of child objects on the scene

Thanks! So would the proper command be something like

SceneManager.modifyVideo(0, 0, 0, 0, 0, 0, true, true, Sprite_Picture)

Based on


SceneManager.modifyVideo(e, x, y, w, h, a, r, below, below_object)

Developer

Yes but Sprite_Picture is a child of the scene spriteset and not the scene itself

(+1)

Ah thanks, I think I get it now!

Sorry, I'm still having trouble getting it to work correctly. Can you give some examples of objects that are children of the scene? I tried things such as messageWindow.

Developer

Looks like there was an issue in which the video would re-layer sometimes. In the demo uploaded for 2.0, there is an exaample on how to do this.


Sorry for the inconvenience.

Thanks, I apologize for how much I'm struggling with this. The new version works much better. But I'm looking for a way to play the video under show picture. In the console they just show up as Sprite, but that doesn't work with the above script. 

Developer

It won't because picture does not show up as a child of the scene, it is a child of the spriteset. Loading the video below that will make the video disappear

Ah okay, so it's not possible to load the video below pictures then? That's fine, I'll find a workaround. Thanks for helping me!

Developer

At the moment not yet