Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Type error: cannot set property '_layer' of undefined ???!!!????!!!

Luiz Silva

Villager
Xy$
0.00
Hi, I'm new here and kind of a noob at RPG Maker MV, so it can be just a silly mistake on my part.

I am really into the concept of RPG Maker MV and got some new plugins to use in my game i've been working on for a few weeks. One of these plugins I got is called "BindPicturesToMap" and I've been using it a lot and it's great. Unfortunately, my fun was ruined by an unexpected error messege:

"Type error: cannot set property '_layer' of undefined"

I know it has something to do with my event, I've checked it many times and even tried different alternative plugins but it doesn't seem to work. Here is a description of my event:

"Show image (image 1)"
"BindPictureToMap 1"
"ChangePictureLayer 1 below_characters"
"Show image (image 2)"
"BindPictureToMap 2
"Erase event"

I also tried:

"Show image (image 1)"
"BindPictureToMap 1 below_tilemap"
Show image (image 2)
"BindPictureToMap 2 above_characters"
"Erase event"

Sometimes it'll simply glitch, and my characters won't show up.

I know it has something to do with the BindPictureToMap and ChangePictureLayer commands because I tested it multiple times. Whenever I start the game it goes back to this image. I don't know what to do.
 

Lore

Resident Dragon
Welcome to the forums @Luiz Silva! Glad to have you in this fantastic community. We're all here to help you with your endeavours, so if you have any questions, or need any assistance at all, don't be afraid to ask! Remember, the only silly question is the one never asked. :)

As for your question, I would recommend posting it in the MV Support forum, where more people will be able to see it (as the introduction forum tends to get skipped by a lot of people).
 
Top