I am actionscript neophyte so to speak, I am loading scores from a text file with the following format
filelist=100,95,78,90,80
when attaching this to a button I am not envoking the trace function, nothing happens. This works fine without attaching it to a button--- it doesn't work when...
I am working to decipher Bob Skidmore's tutorial regarding Dynamic Drag and Drop, you can view it here
http://www.flashkit.com/tutorials/Dy...-212/index.php
I have tried to reconstruct it as best I could, here is the .FLA file, I have applied all of the actionscript and movieclips per the...
Hi all
The code below will track how many questions were answered right and wrong and it works great, however I want to trap which question the user missed and compile a list of the questions missed. I know it lies in this section of the code but how would I tie the variable userAnswerNumber...
ok I have syntax problem, I get an error can't find the matching if....I am a newbiew with action script so please be gentle! Thanks in advance for any help
if (userscore<84) {
comment6 = +firstname+", you answered "+numOfQuestionsAnsweredCorrectly+" % "+"of the answers right. Please study...
I am using action script to pass quiz data to an ASP application that will save the data to a database. The problem that I am experiencing is that when the action script calls the ASP app it inserts a blank record than it will insert my data...."I am pulling my hair out"
I have included the...
Is there a way to pass the name of a file to my movie, right now I have it hard coded with the name, how do I pass it the name of a file via a variable instead. I am somewhat familar with ASP and Javascript
Thanks in advance
var quizItems=new Array();
var myData=new XML()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.