Hi guys, i present my last game (now in indiegogo)
Trailer:
igg.me/at/secretivan
I would appreciate if you share (especially if support )
Trailer:
igg.me/at/secretivan
I would appreciate if you share (especially if support )
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuWHILE TRUE
IF t3 = 0
t4 = GETTIMERALL()
t3 = 1
ENDIF
t2 = GETTIMERALL()- t4
IF t2 > 999 THEN t3 = 0
IF t2 < 478
x% = -24.833333
y% = 81.923077
a% = 0
t% = 0
s% = 0
a2x% = -25.5
a2y% = 79.589744
a2a% = 0
a2t% = 477
a2s% = 0
ENDIF
IF t2 > 477
x% = -25.5
y% = 79.589744
a% = 0
t% = 477
s% = 0
a2x% = -24.833333
a2y% = 81.923077
a2a% = 0
a2t% = 999
a2s% = 0
ENDIF
a3x% = x%+((a2x% - (x%))*((t2-t%)/(a2t%-t%)))
a3y% = y%+((a2y% - (y%))*((t2-t%)/(a2t%-t%)))
DRAWRECT -a3x%,a3y%,50,50,RGB(244,0,0)
SHOWSCREEN
WEND
global texto$
global variable1#
variable1# = 1
loadsprite "media/prueba.png",1
while true
drawsprite 1,0,0
print variable1#,0,10
showscreen
wend