Bug Issue: Is there some kind of bug with the "List" function?


Pages: 1

Km23

  • Junior Stencyler
September 04, 2023, 09:07:29 am
Anything that involves the "List" function generates an error when trying to run the game.

(TypeError: Error #1009: Cannot access a property or method of a null object reference.)

I am using version 4.0.4


Justin

  • Master Stencyler
  • *
September 04, 2023, 04:25:47 pm
You need to either initialize the list first, or make it a non-hidden attribute so it can be initialized in the properties of the actor or scene you attach it to.

Code: [Select]
[set my list to [create new list]]



Issue updated by Justin - October 25, 2023, 09:27:02 am
  • Status changed from New to Closed


Pages: 1

Details

  • Reported
    September 04, 2023, 09:07:29 am
  • Updated
    October 25, 2023, 09:27:02 am

  • View Status
    Public
  • Type
    Bug
  • Status
    Closed
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    (none)
  • Category
    Compiling/Testing Games

Tags