Damn... Crazy,im sincerely impressed. and ya,that is what I was on about.
Now can you do a 2nd with "Present" and a lick of electricity crackle along it.
Here, to give you an idea of where I was going with this for my project.
if check display mode(1280,1024,32)=1 then set display mode 1280,1024,32
hide mouse
backdrop on
color backdrop 0
rem load logo
load image "DFS.png",3
sprite 1,1,1,3
rem fade in logo
fadein =1
_fadein:
set sprite alpha 1,fadein:sleep 100
if fadein => 0 then fadein =fadein +10
if fadein => 250 then gosub _chant
gosub _fadein
rem chant
_chant:
wait 2000
load sound "chant.wav",1
play sound 1
wait 2000
rem _fadeout
fade =250
_fadeout:
set sprite alpha 1,fade:sleep 100
if fade => 0 then fade =fade -10
if fade =< 0 then gosub begin
gosub _fadeout
begin:
wait key
end
.wav attached and you have the intro page.
Next I was going to do a "Juxta Tempus" (name of the rpg) page to fade in after. Never started on that. Have been doing mad coding for the project.
- Do it, Do it Right, Do it right now..