Ask a Question related to Macromedia Director Basics, Design and Development.
-
Andrea Taiwo #1
Help with points
I am designing a game which is supposed to accumilate points as the user
clicks on squares and when they lose points bad luck sound for every 50 and
success for mutiples of 100 .
I have tried to edit the script i have but i think i am making matters worse
.. Hope anyone can help my date is tomorrow
Best to you
----------------------------------------------------------------------------
-------------------------------------------------------------------
property points, pointsForThisSprite
on mouseUp me
thisScore=pointsForThisSprite
condition=FALSE
thisScore=pointsForThisSprite*-1
end if
on returnscore oldpoints, newpoints
set newscore=oldpoints + newpoints
return newscore
if condition=TRUE then
if (points*1.0) MOD 100 then
puppetSound(1,member("Soundgood"))
on scorepoint
global gpoints
set gpoints=gpoints + 100
put "Good Shot!" into field "response"
end
end if
else
if (points=50) then
puppetSound(1,member("Soundbad"))
end if
end if
end
Andrea Taiwo Guest
-
I'm losing my points!!
Is anyone finding that the points they create for illustrations are randomly disappearing. Is there a solution to this. Am I just crazy? Do I need to... -
Cue points in an SWF movie
Hi I have two questions: (1) I am using a 3 minute long digital movie (with sound) encoded in SWF format and I would like bullet points to... -
cue points in swa
I have a few songs that ive written, joined together and then converted to swa with a cue point at the begining of each song. i have imported the... -
Using Cue Points
I'm using the MPEG Advance Xtra with Director MX. I've set cuepoints for my MPG file and I'd like to be able to hit a different button and have... -
problems with cue points
Hi I wonder if anyone can help cos this is driving me mad! I'm trying to use a cue point in a wav file to make director jump to another frame, ...



Reply With Quote

