Butters261285
Programmer
I am currently creating an educational application using director.
I have had little training in this software though and i have come into some difficulties when trying to create a quiz section.
I want to have 10 questions with buttons that you press to advance, and i want to keep track of the score as they progress through the quiz using variables. So for example
if they push the correct button i want it to go to "question 2" and then something like myVariable = myVariable + 2
so that when it gets to the end of the quiz it will check this variable and go to a certain page depending on how well they scored.
eg.
on mouseUp me
if myVariable = <5 then
go to "bronze"
else if myVariable = 5> then
go to "gold"
end if
end
Any help would be appreciated...thanks
Peter Butler
Tandokuno Design
I have had little training in this software though and i have come into some difficulties when trying to create a quiz section.
I want to have 10 questions with buttons that you press to advance, and i want to keep track of the score as they progress through the quiz using variables. So for example
if they push the correct button i want it to go to "question 2" and then something like myVariable = myVariable + 2
so that when it gets to the end of the quiz it will check this variable and go to a certain page depending on how well they scored.
eg.
on mouseUp me
if myVariable = <5 then
go to "bronze"
else if myVariable = 5> then
go to "gold"
end if
end
Any help would be appreciated...thanks
Peter Butler
Tandokuno Design