Issue with tables and actors attributes
Is anyone else having issues with tables and actor attributes such as x, y, height and width?
It has happened in 2 of my projects so far. I have a table that changes the x,y height and width of actors. It seems that after a certain point in the project newly created actors can no longer have those attributes changes via the table.
It is not a coding issue because the older actors that reference the table work fine.
I can copy an old actor and put it on a scene but it wont reference the table either which is why I know its not coding. I have 2 actors next to each other with the same 2lines of code and they behave differently.
I thought originally that it might have been because of a GS update, but I created a new project from scratch all in the new GS version and I am having the same issue.
I am losing what is left of my hair over this issue.
Any thoughts or is this a known bug.
Thanks
It has happened in 2 of my projects so far. I have a table that changes the x,y height and width of actors. It seems that after a certain point in the project newly created actors can no longer have those attributes changes via the table.
It is not a coding issue because the older actors that reference the table work fine.
I can copy an old actor and put it on a scene but it wont reference the table either which is why I know its not coding. I have 2 actors next to each other with the same 2lines of code and they behave differently.
I thought originally that it might have been because of a GS update, but I created a new project from scratch all in the new GS version and I am having the same issue.
I am losing what is left of my hair over this issue.
Any thoughts or is this a known bug.
Thanks
Comments
If it truly isn't a coding issue, then I would be losing hair as well. But I can say without a doubt that this is not a universal issue, because tables have been truly amazing to me thus far... Sorry about your troubles...I hope you find a fix soon!
In the video you will see my test where i have an actor that is spawned and pulls it x, y , height and width from a table. I then take the actor and copy it and putt it on the scene and it does not work.
I then take the actual actor and copy it on the scene and it also does not work. the code is very simple and is 4 lines long. I cant figure out what is going on.