for waves i made a sequence that make that make my sea go up and down but when i flicks from up to down and down to up in flick black for a sec heres the code
if sea#=1
gosub seaup
else
gosub seadown
endif
Rem Refresh Screen
Sync
Loop
return
seaup:
position object 17,300,seaup#,300
position object 53,300,seaup2#,300
seaup#=seaup#+0.25
seaup2#=seaup#+2
if seaup#=3
seaup#=0
sea#=0
endif
return
seadown:
position object 17,300,seadown#,300
position object 53,300,seadown2#,300
seadown#=seadown#-0.25
seadown2#=seadown#+2
if seadown#=0
seadown#=3
sea#=1
endif
return
kay
thx
dudeman
Newbie Now; Expert Later
Current project:The Sorus
