View Full Version : Stat Window help
koolkrasher
October 2nd, 2006, 03:17 PM
Now that i got the stat system working for the charector creation page.how can i get the stats that are chosen to display in a stat window when a button is pressed. any ideas? I was thinking about making 3 new d text fields and having them == to the 3 fields in the charector creation mc but i dont know if thtt will work how i want it to. if anyone has any ideas pleae let me know
thanks,,
kool
InfestedDemon
October 2nd, 2006, 03:39 PM
hmm like if button is pressed root.system board gotoAndStop.2
evildrummer
October 3rd, 2006, 10:42 AM
have an mc on the sateg which is empty on the first frame but has teh stat window on the second frame, then add the actionscript, stop(); place it on the stage wit the instance name of 'stat_window_mc'
then in the main window have a button called 'stat_btn'
then in the actions panel place:
_root.stat_btn.onRelease = function () {
_root.stat_window_mc.gotoAndStop("2");
};
then have a button inside the stat window with the opposite.
koolkrasher
October 3rd, 2006, 04:42 PM
mmmmm easy answers for easy questions lol love it! thanks alot guys ^^
evildrummer
October 4th, 2006, 08:35 AM
:D anything else, I would be happy to answer, I have loads of spare time in my I.T lessons and get so bored.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.