Skip to search.
SuperCard

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 3754 - 3783 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3754 Stéphane Leys
leys.stephane@... Send Email
Aug 1, 2001
10:22 am
... Before starting to modifie the sharedFile, you should consider that when a new version of SC will come, a new version of the sharedFile will come with it...
3755 Micheal
gypsywlf@... Send Email
Aug 1, 2001
1:05 pm
Thanks Bruce, for the tip on playing the sounds and keyinfield. Working out good. A variant question was how to have a sound play while SC moves an object. I...
3756 Adam C. Bell
abell@... Send Email
Aug 1, 2001
1:07 pm
I prepared an HTML document for return from Ft.gci with [[stuff]] replacements in it - works fine in that naked state. If I include some border GIFs, and...
3757 Bruce Martin
illuminator@... Send Email
Aug 1, 2001
1:37 pm
To avoid any of these issues you could use: <BASE HREF="www.yourDomain.com"> Place it in the head of your HTML. Now you can ref any image files relativly. <img...
3758 hodger@... Send Email Aug 1, 2001
1:43 pm
Adam, I have always steered away from adding content to my cgi-bin folders and have gone the route of referencing my images with absolute URL's as seen by the...
3759 Bruce Martin
illuminator@... Send Email
Aug 1, 2001
1:49 pm
If I remember correctly, you can issue the play sound forever command in the mouseStillDown handler. This is also where you would want to have your move code. ...
3760 Ken Ray
kray@... Send Email
Aug 1, 2001
2:20 pm
... SuperCard's main "unit of measurement" is the "project". A project can have multiple windows, each window having one or more cards & backgrounds. From a...
3761 Dave Higgins
dave@... Send Email
Aug 1, 2001
3:18 pm
... Hey Bruce. That's pretty cool. I've never seen or used the <base> tag. I'm wondering, however, if the <img src> tags need to start with the "/" char or the...
3762 Bruce Martin
illuminator@... Send Email
Aug 1, 2001
4:13 pm
It was off the top of my head code, and yes you are correct. add the "/" after the Base href or before your img src tag. ... Bruce Martin Illuminator Software ...
3763 Bruce Martin
illuminator@... Send Email
Aug 1, 2001
5:08 pm
This is a test to see if I get another email from: Mail Delivery Subsystem <MAILER-DAEMON@...> Bruce Martin Illuminator Software (570) 421-0670 ...
3764 tvillemw@... Send Email Aug 1, 2001
8:19 pm
... Merci, Stephane. I would never have thought of that. I think I'll just convert my library stack and go from there....
3765 Terry Judd
tsj@... Send Email
Aug 2, 2001
12:29 am
... Relative references work fine - just make sure that you reference the page or image or whatever to Flamethrower itself, not whatever project is running. ...
3766 rpresender@... Send Email Aug 2, 2001
1:50 am
Hi, Can't remember how to create a file of an icon created in ResEdit. Want to convert the icon into .jpg format to use the icon image within an SC...
3767 Ken Ray
kray@... Send Email
Aug 2, 2001
3:20 am
... Bridger is a small application that was present WAYYYYYYYY back in the dim times of the Mac, when System 6 reigned supreme and the tease of multi-tasking...
3768 Brian Bishop
imagenationgraphics@... Send Email
Aug 2, 2001
3:53 am
I am looking for a database style application similar to SuperCard to run on IBMs. Is there an IBM version of supercard or something similar. I would like to...
3769 Bruce Martin
illuminator@... Send Email
Aug 2, 2001
4:11 am
Yes there is a program called MetaCard. It is very close to SuperCard as far as syntax goes. I must ask why are you teaching with IBM's? Is there a valid...
3770 Adam C. Bell
abell@... Send Email
Aug 2, 2001
5:01 am
Having been the Head of an Engineering Department, the Dean of Engineering, and the Principal of a College of Engineering, Architecture & Computer Science over...
3771 William T. Simmons
tsimmons@... Send Email
Aug 2, 2001
5:59 am
Brian, If you've got to do SuperCard-style stuff on a PC, I've got a couple of suggestions for you to look at. When I needed to port my first employment law...
3772 John Richardson
richards@... Send Email
Aug 2, 2001
5:53 pm
Hello, There is Macromedia Director also. It costs $1200. Metacard is acceptable. Depending on budget you can use either. There are more Director textbooks in...
3773 Eric Rojo
erojo@... Send Email
Aug 2, 2001
6:19 pm
Thanks to those that responded to my message of a few days ago. Those who are thinking about it and haven't responded please let me know soon. After all, it...
3774 Richard Gaskin
Ambassador@... Send Email
Aug 2, 2001
7:10 pm
Howdy Gang - I need to do some work on the SuperCard FAQ pages at my site, and while I'm at it I should add some items from the most recent releases. If you...
3775 Robert Abrams
bob@... Send Email
Aug 2, 2001
7:41 pm
I have a concept mapping program you could put on your disk if you wanted. Robert P.S. sorry to have sent this to the list, but some server in the middle ...
3776 Mike Warren
tvillemw@... Send Email
Aug 2, 2001
10:43 pm
Ken Ray kray@... 8/1/2001 10:52 PM ... Yes, I remember Multifinder. Do you remember its early predecessor, Switcher? I wonder if I still have a...
3777 Eric Rojo
ericrojo@... Send Email
Aug 3, 2001
6:05 am
I would like to get hold of the author of Groboto but I can't find any mention on the Groboto web site. I remember seeing his e-mail in a recent message on...
3778 hodger@... Send Email Aug 3, 2001
2:47 pm
I copied the following script from the SuperTalk Reference to convert some sine measurements into degrees. The problem is that none of its returned values...
3779 Bill Appleton
billappleton@... Send Email
Aug 3, 2001
3:36 pm
This would be radians to degrees: function radToDegrees pRadians return (pRadians * 180)/pi end radToDegrees (also remember SOHCAHTOA) bill ... From:...
3780 Adam C. Bell
abell@... Send Email
Aug 3, 2001
3:44 pm
There are 2*pi radians in a circle of 360 degrees, so the conversion from degrees to radians is pi/180, and from radians to degrees is 180/pi. The tan function...
3781 Stéphane Leys
leys.stephane@... Send Email
Aug 3, 2001
3:45 pm
... The conversion is quite easy once you know what is a radian. As the name says, the unit is the radius of the circle. A 1 radian angle intercepts on the...
3782 Tom Fetherston
ranch1@... Send Email
Aug 3, 2001
3:48 pm
Hi, I've got a need to superimpose the image from a lcd monitor on to a game board by single reflection (e.g. by a "half-silvered" mirror). Does anyone have...
3783 Chilton Webb
chilton@... Send Email
Aug 3, 2001
4:19 pm
Well, assuming you're using SC for that image, you could use Rinaldi's rotate picture external to rotate an image of the current card. Have two windows, one...
Messages 3754 - 3783 of 45498   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help