SirSchmoopy
Banned Multi
|
quote:
ORIGINAL: biG frend Alright, I'm working on a battle sys, Got most of it working properly but the MP, I can't find a way so that if you don't have any MP you can't do anything. Basically when you don't have the Required MP to cast a Certain spell the Button Disappears. if (_root.MP <= -0) { {_root.Thunder._visible='false';} } I Tried using that but It won't seem to work, Someone help please! I might be able to help, try this, i dont know if itll work, but maybe: if (_root.MP <= -0) { {_root.Thunder._alpha=0;} }
_____________________________
Sig deleted. Post sig only once per page.
|