Please offer me advice before I go crazy

Here is my problem.
I have a row of 6 btns, they may ( if the user chooses ) be clicked one after the other quickly.
When a single btn is clicked it triggers an image to move from one Loc to another Loc with an instant vis effect dissolve.
of course that trigger blocks the next btn click until it's completed. I need to click the next and multiple btns, each with
a similar effect without having to wait until trigger is finished.
I understand it's something to do with "send" and I have downloaded the Message_Mechanics stack and also worn the forum
search engine out. I am still struggling, I have put my basic code to show where I am with this.
Code: Select all
if the icon of the target = "1275" then
doHideScores
set the Loc of image "plus500.png" to the Loc of the target
show image "plus500.png"
//send me to tNutHouse in 700 millisecs because
// I am banging my head on the wall
//and most of my hair has fell out with frustration
hide image "plus500.png" with visual effect dissolve fast
DoSounds1275
add 1 to fld "sclik"
put fld "sclik" into sCliktmp
if sCliktmp = 6 then
play ac "warpath.wav"
end if
end if