I will re-upload!
Something so simple turns out to be an ass!

Many thanks for thisem_uk wrote:Source code added in the first post
Code: Select all
#White = $FFFFFF
#Black = $000000
#Yellow = $00FFFF
Code: Select all
Select Status
Case 0
;ShowWindow_(WindowID(0),#SW_NORMAL)
Case 1
;ShowWindow_(WindowID(0),#SW_MAXIMIZE)
EndSelect
Code: Select all
DataSection
flap:
IncludeBinary "audio/flap.ogg"
flape:
coin:
IncludeBinary "audio/coin.ogg"
...
Code: Select all
OpenWindow(0,0,0,800,600,"Flappy Bird PC v1",#PB_Window_ScreenCentered|#PB_Window_TitleBar)
Also check out Mr. Pew (play Online) - a crazy version with a box.link0101 wrote:I wanna see what might be able to be done to flappy to make it even more fun if thats at all possible.