RomanDA

RomanDA

Joined Last seen Member # 789112
3 Posts 43 Replies 1,971 Reputation

Look over this new code: [code="vbscript"] Dim Quote(1000), IniCnt Sub Object_OnScriptEnter object.Text = "" baseDir = "D:\" fn = baseDir & "Quotes.txt" TextList = System.SimpleRead(fn, 1) Lines = Split(TextList, Chr(10)) IniCnt = 0 For A = UBound(Lines) To LBound(Lines) Step -1 IniCnt = IniCnt + 1 Quote(IniCnt) = Lines(A) l = len(Quote(IniCnt)) Quote(IniCnt) = left(Quote(IniCnt),l-1) ' object.Text = object.

21 Replies 24,241 Views

As a simple start: Read a txt file and put into an array: [code="vbscript"] Dim Quote(1000) Sub Object_OnScriptEnter object.Text = "" baseDir = "D:\" fn = baseDir & "Quotes.txt" TextList = System.SimpleRead(fn, 1) Lines = Split(TextList, Chr(10)) IniCnt = 0 For A = UBound(Lines) To LBound(Lines) Step -1 IniCnt = IniCnt + 1 Quote(IniCnt) = Lines(A) l = len(Quote(IniCnt)) Quote(IniCnt) = left(Quote(IniCnt),l

21 Replies 24,241 Views

Thanks all, this was a lot of fun, im sure people are getting over row-mon-duh'd today.. LOL [quote]I have many ways to abuse your talents[/quote] IR, if only you were a hott looking 22 year old BABE.. but alas, LOL Send me stuff, I am in need of some new ideas. Thanks again Zu for including me on this, it was fun.

17 Replies 53,366 Views

Not that i have seen.. its like there is a way from the standard menu to set the z-order to on-top, but not in the code. Can we get a list of things for the next release???

14 Replies 11,769 Views

you might want to look thru these and see if there is anything that can help. [link="https://www.wincustomize.com/articles.aspx?aid=145066"]WWW Link[/link]

3 Replies 4,412 Views

There are a lot of tutorials and a lot of vb scripts/java scripts out there.. try using this little known thing called GOOGLE.. it can show you results from all over the world. If you look above people have given you links to things for DX to do object.rotation. If you want something to rotate around another object, you could make a transparent circle that is the diameter of the circle you want to rotate around, then place the planet or whatever at the outside edge of this object an

13 Replies 16,324 Views

hey all.. we are working on some of these issues. SirSmiley, can you email me or Tom to let us know the RIGHT email address? I think we should be able to keep the user names (not 100% sure, will see what i can do). Please email me with anything important.

45 Replies 33,725 Views

Wow bud.. not something i would be brave enough to do. Looks wild. I have thought that once i got my black belt i would do something but i just dont know, im too old now. LOL

65 Replies 34,239 Views