Hi, list,

I have a slight problem.

How do I create a screen which stretches into the next screen?

I line up a number of clickable icons, but at the end of the screen, there 
are more icons to add, so I place an arrow at the end of the row of icons. 
On clicking on this arrow, the screen rolls over to the next page where 
there are more icons on the same line (something similar to a time-line of 
events).


I know I have to create a behavior on the arrow to animate it so that the 
behavior can alter the hLoc property of the icon sprites in a nested repeat 
loop.


the code I have written is:

repeat with i = 1 to 100
repeat with sprNum = 15 to 25
set the hLoc of sprite sprNum = ( the hLoc of sprite sprNum) -1
set repeat
set repeat

end



Why do I receive a debugger window stating that property hLoc is not found? 
What is wrong about the script?

I need an answer urgently. Please help.

Madeline





_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


[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