Ik ben deze tutorial aan het doorlopen, maar nu stuit ik op een probleem, ten eerste is hij neit geschreven voor Flash MX 2004, dus dat is even puzzelen soms voor andere statements enz.
Tutorial URL
iig. Nu zegt hij in die tutorial:
--------------------------------------------------------------------------------
2. Making the Submit Counter Interfaces: Make the interface shown in Fig(b) on your right in the next frame after 'NewEntry'.
Give the frame the label: 'Counter' and place the action script that follows in the actions tab for the frame on double clicking it:
Set Variable: "y" = y+1
If (iSuccess = 1)
Go to and Stop ("Success")
Else If (y > 100)
Go to and Stop ("Failed")
End If
Logic: This increments the counter and depending on the value of the variable 'iSuccess' it goes to either the frame Success or Failed.
--------------------------------------------------------------------------------
fig(b)=:
Dit is dus een achtergrond met dynamic text.
Hier kan ik toch geen actionscript aan hangen??
Een action kan je toch alleen aan een button bijv. hangen..
Waar moet ik nu dat stuk code hierboven aan toevoegen?
Alvast bedankt!
Tutorial URL
iig. Nu zegt hij in die tutorial:
--------------------------------------------------------------------------------
2. Making the Submit Counter Interfaces: Make the interface shown in Fig(b) on your right in the next frame after 'NewEntry'.
Give the frame the label: 'Counter' and place the action script that follows in the actions tab for the frame on double clicking it:
Set Variable: "y" = y+1
If (iSuccess = 1)
Go to and Stop ("Success")
Else If (y > 100)
Go to and Stop ("Failed")
End If
Logic: This increments the counter and depending on the value of the variable 'iSuccess' it goes to either the frame Success or Failed.
--------------------------------------------------------------------------------
fig(b)=:

Dit is dus een achtergrond met dynamic text.
Hier kan ik toch geen actionscript aan hangen??
Een action kan je toch alleen aan een button bijv. hangen..
Waar moet ik nu dat stuk code hierboven aan toevoegen?
Alvast bedankt!