hi all
this was posted by mistake in some wrong place
http://www.vbforums.com/showthread.p...-so-called-lol
I am new user , and novice programmer too .
some days ago I came across this site http://scratch.mit.edu/
it is about a program called Scratch , by which you make sprites and put them on a stage ..upon the time you can change the stage background , move the sprites etc..all in visual coding interface ..
I liked to mimic it with my own code in vb6 ..
I though of "ready to choose" list of actions "called orders" which populated by the user into another list and once the user click play button the listed actions in "scenario" list executed one by one ..
I started with two options for the backgrounds ( they must be pictures) but i use only colors instead.. and one sprite (shape1) and wait order
I was thinking of two types of wait , waitshort=1 second , one could repeat it three times to get 3 seconds delay.
and waitlong = 4 seconds .....
as I stated .. there must be two listboxs and a button + one sprite (shape).
anyway ..all in one attachment
...
Now I have ocx to insert gif pictures and lately I got one for inserting swf files which I couldn't upload ! (2.4 MG)
hope some of you give it a push ..if it isn't worthy we are practice coding anyway;
thank you
this was posted by mistake in some wrong place
http://www.vbforums.com/showthread.p...-so-called-lol
I am new user , and novice programmer too .
some days ago I came across this site http://scratch.mit.edu/
it is about a program called Scratch , by which you make sprites and put them on a stage ..upon the time you can change the stage background , move the sprites etc..all in visual coding interface ..
I liked to mimic it with my own code in vb6 ..
I though of "ready to choose" list of actions "called orders" which populated by the user into another list and once the user click play button the listed actions in "scenario" list executed one by one ..
I started with two options for the backgrounds ( they must be pictures) but i use only colors instead.. and one sprite (shape1) and wait order
I was thinking of two types of wait , waitshort=1 second , one could repeat it three times to get 3 seconds delay.
and waitlong = 4 seconds .....
as I stated .. there must be two listboxs and a button + one sprite (shape).
anyway ..all in one attachment
...
Now I have ocx to insert gif pictures and lately I got one for inserting swf files which I couldn't upload ! (2.4 MG)
hope some of you give it a push ..if it isn't worthy we are practice coding anyway;
thank you