Announcement

Collapse
No announcement yet.

CreateObject("Object")

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    CreateObject("Object")

    Hi everyone

    I've 2 GFxMoviePlayer CLass and i can used CreateObject("Object") only with the class Implemented in the HUD.class I would know if it exist a way to use inside both of them?

    thx

    #2
    Yes no, nobody knows?

    Comment


      #3
      As far as I can tell objects only exists within the GFxMoviePlayer and cannot be shared.

      What I would do is have one main container GFxMoviePlayer and load child movies into it, that way objects can be passed within the same variable space, ie the container might be the hud and the child movie might be the players current weapon.

      Unless of course you are rendering them in entirely different places ie one on wall A and one on wall B then I can't see how that would work

      Comment

      Working...
      X