View Single Post
thomasin
New Member
 
Join Date: Jan 2006
 
2006-01-07, 04:58

I tried changing mouseUp for mouseDown and that hasnt changed anything.
I have nothing to do with flash in my movie so i dont think that can be it either. And the 2nd site you reccommended, i really didnt get to be honest! but if it means that i need the interactive sprites at the top, then its not that either as they are all interactive.... so surely that would mean at least one of them worked, right?

Could there be anything wrong with the way ive written the script?
this a typical example of what ive been doing:

on mouseDown me
go to frame 5998
end
on mouseWithin me
sprite(2).member = 77
end
on mouseLeave me
sprite(2).member = 69
end

* the "me" it said in a book that it would work either with or without, and ive tried both combinations, if thats any use?

anymore help/ideas you can give me would be great! thanks
  quote