obj visible on multiple stories with unique 2d sym on each?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-11 11:51 AM
‎2009-06-11
11:51 AM
If yes, how?
2 REPLIES 2
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-11 02:13 PM
‎2009-06-11
02:13 PM
yes it is, check page 228 in GDL reference guide, it was several years ago I used this, but something like :
IF [global_parametername] = homestory THEN
ELSE IF [global_parametername] = onestoryup THEN
ENDIF
My script above isn't true GDL, just how you should think. (if MATHA stands for Mats Ha..., then you have one of those objects in you collection)
IF [global_parametername] = homestory THEN
ELSE IF [global_parametername] = onestoryup THEN
ENDIF
My script above isn't true GDL, just how you should think. (if MATHA stands for Mats Ha..., then you have one of those objects in you collection)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2009-06-11 08:37 PM
‎2009-06-11
08:37 PM
Look at the description of the global variable GLOB_CH_STORY_DIST.
Use this in a conditional as TurboGlider says to control how the symbol
is displayed on different stories. Remember to set the "show on stories"
to show on the stories you want the object to appear on in the object's
settings dialog .
Peter Devlin
Use this in a conditional as TurboGlider says to control how the symbol
is displayed on different stories. Remember to set the "show on stories"
to show on the stories you want the object to appear on in the object's
settings dialog .
Peter Devlin