Thursday, March 10, 2005

Jossittelut sikseen

Tänään tälläistä, hyvillä spiriteillä:)if tired go to sleep else stay awake end if ~e~

on mouseDown
repeat while the mousedown
if sprite(1).locH < -400 then exit repeat
sprite(1).loch = sprite(1).loch -3
sprite(6).loch = sprite(6).loch -3
sprite(7).loch = sprite(7).loch -3
sprite(8).loch = sprite(8).loch -3
sprite(9).loch = sprite(9).loch -3
sprite(10).loch = sprite(10).loch -3
--->ja sieniä lisää kuin sateella(jatkuu) ja muuta taustaroipetta---

updateStage
end repeat
end

on mouseWithin
if sprite(1).locH > -400 then
sprite(4).blend = 100
else
sprite(4).blend = 0
end if
end

on mouseLeave
sprite(4).blend = 0
end

on mouseup
sprite (6). blend=0

puppetSound 1"kanttarelli"
updateStage

end

0 Comments:

Post a Comment

<< Home