0 Members and 2 Guests are viewing this topic.
while using xLIB a LOT today, i found that you can recall pics and store/create 255 pics with xLIB, which includes archived pics.what do you mean "subprograms" with picarc?ehh, i have another question. is there any way i can make randInt based off of probability? because i want to create the "horse shop" where you can buy things to increase the probability of a specific horse winning.
RandInt(1,10)(Ans<3)+2(Ans>2 and Ans<5)+3(Ans>4)->P
Output(6,14,max((max(L2)=L2)cumSum(binomcdf(4,0
Initialize: Speeds start at 25 and columns all start at one.Main Loop: Loops until one of the horses goes off the screen.{Randomly Change the Speed of each horse, between -5 and 5 of their previous speed. (Max speed:100 Min speed:10)Add .01 of the Speed to the Column. In other words, if the speed is 25 every time, then the horse will move one column each 4 "turns".Show the horse's position.}Figure out what element in the list is the largest, and display which horse is the winner.