Ok, I know all of you guys love to gamble
This is the street version of Caps:
Sync on:load object "Cups2.x",1:load image "arrow.jpg",1:diff=10:x=100:backdrop on
color backdrop rgb(0,0,0):test=speed:position camera 0,100,100:point camera 0,0,0
game:
exit=0:If wway=right:diff=diff+2:endif:If wway=right:right2=right2+1:endif:If wwayright:wrong=wrong+1:endif
if st=1:for i=1 to 60:If wway=right:ink rgb(0,255,0),0:center text 320,20,"Correct!!!":endif
If wwayright:ink rgb(255,0,0),0:center text 320,20,"Wrong!!!":endif:if wwayright:endif:sync:next i:endif
try=0:right=rnd(2)+1:while exit=0:ink rgb(255,255,255),0:center text 320,40,"YOUR NEXT CUP:":center text 320,60,"YOUR SKILL: "+str$(diff)
try=try+1:if right=1:paste image 1,138,310:endif:if right=2:paste image 1,296,310:endif:if right=3:paste image 1,456,310:endif
if try>=60:exit=1:endif:sync:endwhile:ddiff=diff:st=1:Do
if action=0:way=rnd(1):action=rnd(2)+1:Set Object Speed 1,-100:if action=2 and right=2 then right=1:goto cup
if action=1 and right=2:right=3:goto cup:endif:if action=1 and right=3:right=2:goto cup:endif:if action=2 and right=1:right=2:goto cup:endif:if action=3 and right=1:right=3:goto cup:endif
if action=3 and right=3:right=1:goto cup:endif
cup:
if way=0:play object 1,(action*100-100)/2,(action*100)/2:endif:if way=1:frame=(action*100)/2:endif:endif
if way=1:Dec frame,4:test=test+4:if frame>0 then Set Object Frame 1,frame
endif:text 540,440,"Right: "+str$(right2):text 540,460,"Wrong: "+str$(Wrong):if object playing(1)=0 and way=0:action=0:ddiff=ddiff-1:endif
if test>=50:action=0:test=5:ddiff=ddiff-1:endif:set object speed 1,x:if ddiff=4:wway=1:endif:if wway=1:paste image 1,138,310:endif:if wway=2:paste image 1,296,310:endif:if wway=3:paste image 1,456,310:endif:sync
endwhile:endif:sync:loop
Here you can download source/Media:
http://piratss.freewebspace.com
Here is how it works:
You are given a random cup, where the "ball" is placed. Then they are shuffled (+2 Shuffles each turn). Then you guess where the ball is
Simple game, tell me how many rights you get after 80+
(I spend a lot of time
)
Cheers.
Here is a compiled version of Cups.
http://www24.brinkster.com/piratss/Compiled.html
There are two types of people in the world: The ones who summon and the ones that create. There is a big difference...