:D Hi only joking
Right I've got this problem. I've got a game and I run it it works 98% of the time - by the way its meant to fade remaining mc's when correct draggale mc is matched, (simple word match game). However sometimes it leaves one mc on the screen sometimes when it runs and the trace output gives this error message
Target not found: Target= "/help ans" Base="/_level0/rob ans TEMP"
By the way pen ans temp is a duplicate movie to allow dragging over the top of other mc's and help ans is the movie clip I've turned the visibility to 0 see code :D
On (Roll Over)
Set Variable: "/:count" = /:count + 1
Duplicate Movie Clip ("/rob ans", "rob ans TEMP", /:count)
Remove Movie Clip ("/rob ans")
Set Variable: "/:dropped_rob" = 1
End On
On (Press)
Set Variable: "currentX" = GetProperty("",_x)
Set Variable: "currentY" = GetProperty("",_y)
Start Drag ("")
End On
On (Release)
Stop Drag
Set Property ("", X Position) = currentX
Set Property ("", Y Position) = currentY
If (GetProperty("",_droptarget) eq "/rob tar")
Set Variable: "/:dropped_rob" = 0
Begin Tell Target ("/")
:D Set Property ("/help ans", Visibility) = 0
Set Property ("/ben ans", Visibility) = 0
Set Property ("/next", Visibility) = 1
End Tell Target
Begin Tell Target ("/rob tar")
Go to and Stop (2)
End Tell Target
End If
Set Variable: "/:count" = /:count + 1
Duplicate Movie Clip ("/rob ans TEMP", "rob ans", /:count)
Remove Movie Clip ("/rob ans TEMP")
End On
The thing is why does it like it sometimes and not others and has anyone any suggestions -----PLEASE :confused:
THANKS Alison
