Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TLOZfreak

Pages: 1
1
Ask a Question / Re: Dislpaying dialog
« on: July 13, 2011, 05:40:41 pm »
Changed all playsound to playsoundx and it worked fine!! THANKS A TON!!!

2
Ask a Question / Re: Dislpaying dialog
« on: July 13, 2011, 05:38:37 pm »
Tried that, but i got a cascade of errors now.. this is pretty frustrating, is there any way to display dialog besides that?

Behavior: DialogBoxCore at line 131
Attempted access of inaccessible property playSound through a reference with static type scripts:DialogBoxCore.
      playSound = false;

Behavior: DialogBoxCore at line 131
Illegal assignment to function playSound.
      playSound = false;

Behavior: DialogBoxCore at line 175
Attempted access of inaccessible property playSound through a reference with static type scripts:DialogBoxCore.
            if(!(curChar == " ")) playSound = true;

Behavior: DialogBoxCore at line 175
Illegal assignment to function playSound.
            if(!(curChar == " ")) playSound = true;


3
Ask a Question / Re: Dislpaying dialog
« on: July 13, 2011, 02:26:12 pm »
didn't work

4
Ask a Question / Dislpaying dialog
« on: July 13, 2011, 02:02:01 pm »
Help? Im trying to displace dialog and the example given gives me this weird error

Behavior: DialogBoxCore at line 42
A conflict exists with inherited definition stencyl.api.engine:Script.playSound in namespace public.
   public var playSound:Boolean;

can you help me

Pages: 1