
-----------------------------------
IamPillzbury
Tue Apr 21, 2015 8:26 pm

Animations that reveal photo in background
-----------------------------------
What is it you are trying to achieve?
I want to have an animation where two black boxes slide from the center up and center down with a certain photo as background 


What is the problem you are having?
The animations do not run when I draw the photo inside

Describe what you have tried to solve this problem
I've tried to drawing the photo within the loop but the animations do not work at all


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)



Draw.FillBox(0,0,640,400,black)
loop
delay(10
 Draw.FillBox(0,intY,640,intY1,white)
intY:=intY-5
intY1:=intY1+5
exit when intY