Madeline,

It looks as though you don't have the code placed in any regular
programming construct ie: handler or event.  If this is meant to fire
when a user clicks on a sprite, you will have to take your code and wrap
it in a mouseUp handler:

on mouseUp me
 ..your code..
end 

Make sure this script is set to a "behavior script" and then drag it
onto the sprite you want to fire your code.

HTH

Brian Romanko
Lead Developer - Neo/SCI Corporation
Member - Greater Rochester Macromedia User Group




-------Original Message-----
--Mikael,
--
--I checked my script. It says global in the left box next to 
--the  go to 
--handler pop-up button.
--
--  The debugger window still says :
--
--Script error: Handler definition expected
--
--repeat?with  i = 1 to 100
--
--I still can't figure out what's wrong.
--
--Thanks very much!
--
--Madeline


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to