As John mentioned, please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
To answer your question though, it's certainly possble to limit the number of RSS items displayed for any of the RSS scripts on DD. The process is all the same. Inside the version of bridge.php for the script, beneath the line:
Code:
$rss->cache_dir = 'cache';
$rss->items_limit= 8;
The code in red is new, and causes only the first 8 items to be displayed. This is a LastRSS feature, not the ticker script itself per say.
p.s: I just noticed the LastRSS homepage is down. Hopefully it's temporary.
Bookmarks