Hey lay, you made me post it again!
http://www.villagephotos.com/viewpubimage.asp?id_=8341861
Not an entry, for teh obvious.
http://www.villagephotos.com/viewpubimage.asp?id_=8341861
Not an entry, for teh obvious.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote
The REPEAT parameter sets whether the animation will continuously repeat the cycling through the frames. If REPEAT is zero, the animation will start from the first frame of LOOP, and go through each frame in turn until the last frame, where it will stop. If REPEAT is 1, when the last frame is reached, it will go back to the first frame and start over again with the animation. If REPEAT is 2, it will do the animation once, but then return the graphic to the first frame and stop (whereas repeat=0 will leave the graphic on the last frame).
Quote
I diddn't know if AGS could set a value to be an integer on a parameter.
Quote from: Pumaman on Wed 31/03/2004 20:50:38Quote
- it isn't stated in the manual, but am I correct to assume that StrFormat (buf, format_string, buf, var1, var2) works correctly? (the point is using the same string 'buf' in both input and output)
That's not advisable, and will probably cause some undesirable results. In fact, StrFormat is a pass-through to the C sprintf function, whose documentation says "If the strings overlap, the behavior is undefined."
I'll add a note to the manual.
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 3.842 seconds with 17 queries.