Talk:Monika Mihir

From GeoMod

Jump to: navigation, search

1. If you're still not confident about the program,

  1. try creating a tile floor that is 10x10 cells, and;
  2. add code to print out the location of each ball when it bounces

Lurbano 10:40, 22 Sep 2005 (CDT)

Thanks Lensyl... I think I've made it!!!

Thanks a lot... Mmihir


2. I wasted the whole of Saturday trying to make a wall invisible and finally figured out how to do it. Lensyl and myself thought it would be a great idea to share it with everybody. Try out this small program:

from visual import *
WallF=box(pos=(0,0,0), length=5, width=0.5, height=5)
WallF.visible = 0

When you execute the third line, the wall becomes invisible. Suggestions and criticisms welcome.

Mmihir

Personal tools