Ask a Question related to Macromedia Director Basics, Design and Development.
-
high on a mountain top #1
Score Question...
I have a simple interface I've designed with sort of a window or screen to
view the content. (furniture catalog and .mov files.)
for each furniture piece that section of sprites are 5 frames long in the
score (to allow a fade in when the user clicks to it)
the navigational interface is stretched out pretty much over the whole
timeline, but my timeline is now about 400 frames in length.
is this ok? does the span of a sprite in the score affect RAM usage as
opposed to multiple short segments?
big thanks in advance,
-Jason
high on a mountain top Guest
-
Score keeps resetting!
Hi All, I'm making a Rock, Paper, Scissors game, and I have many lingo scripts which I've written. The file is here:... -
Score Recording
I'm looking into score recording as I think it will help me a lot with my current project, however I can't find out how to add a marker to my score... -
ADD SCORE
in the game im making i need to keep a score. the points will increment by 5 and 15. how do i make a button that adds 5 to the score board but at... -
Adding to a score
How do I add points ie. 10 points to my score feild? Because when I do it all it does is write 10 to the feild not the number 10 -
put score into textfield
Hi All, I wrote an easy game to go with a project, but I'm stuck with a problem. The point of the game is, you fly a rocket that has to evade... -
JB #2
Re: Score Question...
400 frames of score should no problem, I don't believe the ram overhead
to maintain te score is significant, more import is setting a layout
scheme that minamizes the authoring time per catalog item.
To save the effort of making a unique score marker for each 'page' you
can use a calculated offset from a base marker to locate an entry.
example:
on accessCatItem catItem
go to marker("catalogStart") + (catItem - 1) * 5
JB Guest



Reply With Quote

