Script not accepting empty line

2004-05-26 Thread Jeremy Smith
Just recently I noticed a very strange 'bug'(?) in my code that I really can't figure out There is a repeat script that checks each line of a variable to see if it is empty, if it is then add data to that line. Certain events will empty a random line (so line 2 would be empty but lines

RE: animated gifs

2004-03-16 Thread Jeremy Smith
Have you made sure that the ask dialog is included in the standalone? Might just be as simple as that... From: Andrew [EMAIL PROTECTED] Reply-To: How to use Revolution [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: animated gifs Date: Mon, 15 Mar 2004 22:51:24 -0800 One more unrelated

Re: Scrolling a Card?

2004-02-19 Thread Jeremy Smith
It's really just saying set the location size of the group to the window size. Doing this enables you to scroll the group, otherwise the group would span outside the stack window without an option to scroll... It doesn't mean re-orgranize the objects within the group so they all fit into the

Re: emulators

2004-02-12 Thread Jeremy Smith
Stay away from emulators inc. (emulators.com) and any softmac product. They are notorius for ripping off the community, the author is the equilvent of Dr. Derek Smart :D Although, he does have fusion PC, purchased from a leading company in macintosh emulation, it's free and a hundred times

Re: Weirdness with global variable declaration

2004-01-19 Thread Jeremy Smith
Instead of doing this on openCard global debugMode global inChatUsers, newChatSocket global chatRect, chatRectHalf, wbRect put 8,8,596,314 into chatRect do this global debugMode global inChatUsers, newChatSocket global chatRect, chatRectHalf, wbRect on openCard put 8,8,596,314 into chatRect

Re: GameDev in Rev. Seuck explained + suggestion

2004-01-16 Thread Jeremy Smith
I would love to join as well, I've been programming games using hypercard/metacard and now revolution. I went the C++/DirectX route but missed the speed and ease of xtalk! It would be great to see just how many people there are out there programming games in revolution, as from the list it

Re: Uh... yet Game Programming... or Is there a way to buildtilemap graphics in

2004-01-09 Thread Jeremy Smith
I once made a Role Playing game in metacard, back then I used a background (group) that had buttons sized 64x64 pixels filling the whole screen (ended up with over a hundred buttons). I programmed a scripting language that would save and load files which contained the icons and name/label of

Re: Lost revMenubar on Windows XP

2003-08-28 Thread Jeremy Smith
This problem occurs often to me as well, the solution is to right click on revolution in the task bar select move, then hold down shift and press any of the arrow keys, then move the mouse (while still holding shift) and the menu bar will reappear. Its a bug that sets the location WAYYY off, is

Re: revTools + : NEW VERSION

2003-08-28 Thread Jeremy Smith
When I click the application browser using revTools is seems to always stay OnTop of the other stacks (unlike selecting it normally from the menu). Just curious if this is a design or bug? Windows XP Rev 2.1 Cheers Jeremy. Dear RunRev Afficionados, I have just uploaded a new version of my

ListBrowser

2003-08-22 Thread Jeremy Smith
Just give a big hollo to everyone, after being away from Metacard since 2.2 release (went on to C++) I needed a better and easier interface to program a new education program and so upon searching for good old metacard I was quite shocked to find Revolution (still in beta from what I remembered