| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 5 months |
| seen | May 3 at 11:53 | |
| stats | profile views | 7 |
|
Mar 23 |
awarded | Citizen Patrol |
|
Jan 31 |
comment |
Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? My approach is; 15 movieclips are nested inside a container movieclip. Inside the container movieclip , i create 15 int type variables(initally set to 0). Now when png loader function is triggered, i change the value of the corresponding variable(i got the target name by click and match it to the corresponding var) to 1. I have also a variable in stage which takes sum of 15 variable. Now when the button clicked the same png loader function also checks the sum is over 15 or not and that is all. |
|
Jan 31 |
comment |
Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? I could not implement this piece of code into mine because i load pngs into movieclips by means of a function that's triggered by button clicks. I came across with an error that avoids me putting this piece inside of a function. I created another solution for that but i am sure you have given me the solution. If i had time i would modify this for my use. So i will mark your approach as the answer. |
|
Jan 31 |
accepted | Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? |
|
Jan 28 |
awarded | Editor |
|
Jan 28 |
revised |
Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? added 236 characters in body |
|
Jan 28 |
comment |
Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? Ok I think I found out why. Because numChildren property is READ-ONLY. That means I can't pass "1" value to a variable. People, it is so simple. A movieclip with empty keyframe and with load(new URLRequest()) i call a PNG inside this movie-clip. I can trace this movieclip numChildren changes when PNG is loaded inside. Just then can you please offer me another method for my purpose that is written clearly on my first post? |
|
Jan 28 |
comment |
Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? i create integer variable for each movieclip like (var slot1:int = movieclip.numChildren; ), slot2, slot3, etc.. and then when all slots(empty in initial state) contains a png (then their numChildren will be 1) i want to take a sum like var slotTotal:int = slot1+slot2+... and when slotTotal > 15 i want to show a message but i can't use the values slotTotal always shows zero. |
|
Jan 28 |
asked | Using numChildren values of multiple movieclips and adding them together to obtain a sum variable? |
|
Dec 25 |
awarded | Scholar |
|
Dec 25 |
accepted | Can't import photoshop work path to flash |
|
Dec 25 |
comment |
Can't import photoshop work path to flash it solves but anti alisasing problem. I will talk about what i actually need in a new thread. But thank you! |
|
Dec 25 |
awarded | Student |
|
Dec 25 |
asked | Can't import photoshop work path to flash |