This is a discussion on "Top 4 array to text box" within the Flash & Multimedia Forum section. This forum, and the thread "Top 4 array to text box are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Top 4 array to text box
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Top 4 array to text box
I have a personality questionaire, 19 questions. Depending on particular answers, it matchs to a possible carreer. I am able to get the reponses to display, but I only want the top 4.
Can anyone have time to look at my action script? Here is the link: http://www.gmmb.com/client_view/aamc...AAMC_quiz.html |
|
|
|
|||
|
Re: Top 4 array to text box
Yeah, you are correct. You have to reset the buttons to work.
I was just looking for the syntax to just write the top 4 returns. Can I send you the file? Or do I just post the Script? |
|
||||
|
Re: Top 4 array to text box
Post the Fla file up here, that way other people can look at it too. You can reply to this thread and hit the attach button. From there, you can attach the Fla file and post it. We will be waiting.
|
|
|||
|
Re: Top 4 array to text box
Here is the Flash 8 file zipped.
|
|
|||
|
Re: Top 4 array to text box
Lets try this again.
Here is the 2004 MX version. Thanks in advance for your help. Garrett |
|
|||
|
Re: Top 4 array to text box
I think I figured it out. Still a little buggy but here is what I did:
do { // clist1.text = (optionName[vI]); clist1.text += optionName[vI]+"\n"; nbrLines = nbrLines + 1; } while (nbrLines < 4); and here is the link: http://www.gmmb.com/client_view/aamc...AAMC_quiz.html Does anyone know the syntax for making array text a link? |
|
||||
|
Re: Top 4 array to text box
I still think you should fix it so that the user can uncheck a check box after they click on it. Because if they check something by mistake it is really annoying to have to click the reset button to unclick it. This is just a suggestion.
|
|
|||
|
Re: Top 4 array to text box
Yeah maybe in version 2.
But now I have another situation. Making the array text active links. I am having some issues with the formatting and Flash 8. Any Ideas? |
![]() |
| Tags |
| flash, flash questionaire |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| array of class | janper | Flash & Multimedia Forum | 4 | Apr 9th, 2007 13:54 |
| Sorting a new array from an existing array | Ozeona | Flash & Multimedia Forum | 2 | Sep 20th, 2005 08:43 |
| array unable to check another array so as to be displayed | Ozeona | Flash & Multimedia Forum | 1 | Aug 5th, 2005 10:26 |
| Can I invoke a timeline from an external text file Array? | d-kam | Flash & Multimedia Forum | 5 | Apr 1st, 2005 09:25 |
| Array problem | netwarriorgizmo | JavaScript Forum | 1 | Jul 12th, 2004 21:25 |