playMaker

Author Topic: Global Variable Jumps And Bugs  (Read 2534 times)

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Global Variable Jumps And Bugs
« on: July 24, 2014, 01:13:35 PM »
While testing my game, i discovered this strange bug

Some of my variables lost there name and playmaker lose targeting to them.

look at the first line of the image, the global variable was used for my player, it still be used 67 times but there is errors everywhere it needs it

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Global Variable Jumps And Bugs
« Reply #1 on: July 24, 2014, 01:15:32 PM »
and during the cleaning of this bug, the name of the variable can come back and solve the bug...

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Global Variable Jumps And Bugs
« Reply #2 on: July 24, 2014, 01:17:54 PM »
and i think this bug can comes from the ability to arrange varaibles per category using /
cause soudenly the last variable of "Player" is now called "Player/Player" and is duplicated because i created another one to solve the bug of the first

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Global Variable Jumps And Bugs
« Reply #3 on: August 01, 2014, 06:15:32 AM »
Hi,

 I never had issues with using "/" in variables or events names, but you are maybe onto something here. Is it definitly never happening without "/" in variables names? is it happening on non globals variables too?

bye,

 Jean

blackant

  • Hero Member
  • *****
  • Posts: 521
  • http://blackantmaster.com
    • blackantmaster.com
Re: Global Variable Jumps And Bugs
« Reply #4 on: August 02, 2014, 01:39:48 PM »
well, i'm migrating all my variables to make them as much as possible with local,

this has never happened with local yet