Re: [ANN] Game Available for Test

2003-07-03 Thread Scott Rossi
> like Shari, I had the same result. I'm using Netscape 7.0+ with Meta 2.5...

Are you trying to use a Web browser to download the stack?.  There's no need
for a Web browser.  You should be able to type the following directly into
your MetaCard message box:

  go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";

Should be very simple but let me know if you continue to have problems.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Ray G. Miller
From: Shari <[EMAIL PROTECTED]>
Subject: Re: [ANN] Game Available for Test
Reply-To: [EMAIL PROTECTED]

To grab the game, type the following in your message box:

  go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";


Scott,

I tried to grab it.  I used the URL in Internet Explorer on Mac 8.6, 
and was taken to a web page of gobbledygook, no download.

I tried typing it into the message box exactly as you have it... go 
stack url "etc"

And it said "No such card"

Yes I was online when I tried it :-)

Maybe you took it down already.  I tried at 9 a.m. on Thursday.

Shari C


like Shari, I had the same result. I'm using Netscape 7.0+ with Meta 2.5...

Ray G. Miller
__
Turtlelips Productions
4009 Everett Ave.
Oakland, CA 94602
MailTo:[EMAIL PROTECTED]
(V) 510.530.1971
(F) 510.482.3491
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread JCT
To grab the game, type the following in your message box:

go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
From: Shari <[EMAIL PROTECTED]>:
Scott,
I tried to grab it.  I used the URL in Internet Explorer on Mac 8.6,
and was taken to a web page of gobbledygook, no download.
snip

Shari C
--
--Shareware Games for the Mac--
http://www.gypsyware.com
===
Hi Shari,
Forget IE (it's already history anyway :-)
Use iCab.
If in Eudora for ex. command clic on the link.
Stop iCab trying to open a page.
Choose download from iCab file menu (opt-comm-L).
Then clic OK in the download panel and iCab will properly download 
the game in the folder of your choice.
Then open in MC at your choosing which I prefer anyway.
By the way, you can download complete web site that way with iCab, try it.
iCab's got a pretty impressive download module.
Have fun
JCT (Mac OS 9.1)
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Scott Rossi
Recently, "Shari"  wrote:

>> Still works fine here.  What kind of connection?  Are you using MC 2.5?
>> (required)
 
> 56K modem connection, MC 2.4.3 PPC

I just tried MC 2.4.2 and it worked, albeit with jerky performance.

Just out of curiosity, what happens if you run the following from a button
in a dummy stack:

on mouseUp
  put the tempName into tPath
  set itemdel to "/"
  put "kodekraker.mc" into last item of tPath
  put url "http://www.tactilemedia.com/test/stacks/kodekraker.mc"; \
into url ("binfile:" & tPath)
  go stack url tPath
end mouseUp 

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Shari
 > I tried typing it into the message box exactly as you have it... go
 stack url "etc"

 And it said "No such card"

 Yes I was online when I tried it :-)

 Maybe you took it down already.  I tried at 9 a.m. on Thursday.
Still works fine here.  What kind of connection?  Are you using MC 2.5?
(required)
Regards,

Scott Rossi
Creative Director


56K modem connection, MC 2.4.3 PPC
--
--Shareware Games for the Mac--
http://www.gypsyware.com
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Scott Rossi
Recently, "Richard K. Herz"  wrote:

> Question:  What graphics software do you prefer for making your
> non-rectangular window graphics, e.g., the masking?

Photoshop is the man.  But there are other less costly solutions for
non-professional folks.  I came across this list of PNG-capable editors on
the 'net for anyone who's interested:

  http://www.libpng.org/pub/png/pngaped.html

PNG is not specifically necessary to make custom window shapes, but it is a
versatile image format for MC/Rev.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Scott Rossi
> To grab the game, type the following in your message box:
> 
>  go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.rev";

Thanks for the suggestions and feedback guys.  Really great to hear from
you.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


RE: [ANN] Game Available for Test

2003-07-03 Thread Richard K. Herz
Scott,

Game works well on Win XP and Mac 9.2.  Colors work OK for my red-green
color blindness.

Suggestion:  How about a "rollover" when mouse enters a color spot, a group
with the five colors appears so can select color with one click instead of
up to 5?

Question:  What graphics software do you prefer for making your
non-rectangular window graphics, e.g., the masking?

Thanks for the game!

Rich Herz


___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Scott Rossi
Recently, Shari wrote:

>> To grab the game, type the following in your message box:
>> 
>> go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
> 
> Scott,
> 
> I tried to grab it.  I used the URL in Internet Explorer on Mac 8.6,
> and was taken to a web page of gobbledygook, no download.

This wouldn't work directly (although there is a workaround that involves
writing a small bit of HTML...).

 
> I tried typing it into the message box exactly as you have it... go
> stack url "etc"
> 
> And it said "No such card"
> 
> Yes I was online when I tried it :-)
> 
> Maybe you took it down already.  I tried at 9 a.m. on Thursday.

Still works fine here.  What kind of connection?  Are you using MC 2.5?
(required)

Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Shari
To grab the game, type the following in your message box:

   go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
Scott,

I tried to grab it.  I used the URL in Internet Explorer on Mac 8.6, 
and was taken to a web page of gobbledygook, no download.

I tried typing it into the message box exactly as you have it... go 
stack url "etc"

And it said "No such card"

Yes I was online when I tried it :-)

Maybe you took it down already.  I tried at 9 a.m. on Thursday.

Shari C
--
--Shareware Games for the Mac--
http://www.gypsyware.com
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Robert Brenstein
Greetings List:

I've recently been working on a small game called KodeKraker, a variation of
the classic logic game Mastermind.  I'd like to invite folks with a few
spare moments (!) to take it for a test run.


Kool. It works fine for me (Mac OS 8.6). The only tidbit worth 
mentioning is that the yellow and orange colors are too similar. At 
least on my monitor. You could also try to contrast more the white 
result from unfilled.

Robert
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-03 Thread Dan Shafer
Actually, it's one of my favorite pastimes. I've just never been as good at it as I'd 
like!

>Recently, Dan Shafer wrote:
>
 go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
>
>> Seems to run fine on OS X. I hate the game, always have. It always shows me
>> up. Yours did, too. But it worked fine. Right up to the point I smashed my LCD
>> display.
>
>Thanks for the rant, er, feedback. :-)
>
>What would you rather play?  A shooter?...
>
>Regards,
>
>Scott Rossi
>Creative Director
>
>Tactile Media, Multimedia & Design
>Email: [EMAIL PROTECTED]
>Web: www.tactilemedia.com
>
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


Re: [ANN] Game Available for Test

2003-07-02 Thread Scott Rossi
Recently, Dan Shafer wrote:

>>> go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";

> Seems to run fine on OS X. I hate the game, always have. It always shows me
> up. Yours did, too. But it worked fine. Right up to the point I smashed my LCD
> display.

Thanks for the rant, er, feedback. :-)

What would you rather play?  A shooter?...

Regards,

Scott Rossi
Creative Director

Tactile Media, Multimedia & Design
Email: [EMAIL PROTECTED]
Web: www.tactilemedia.com

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


RE: [ANN] Game Available for Test

2003-07-02 Thread Dan Shafer
Seems to run fine on OS X. I hate the game, always have. It always shows me up. Yours 
did, too. But it worked fine. Right up to the point I smashed my LCD display.

:-)

>Scott,
>
>Very Cool! Works great on XP.
>
>2nd time thru, used only 5 slotsmust admit to being a bit lucky! ;-)
>
>-Chipp
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] Behalf Of Scott Rossi
>> Sent: Wednesday, July 02, 2003 7:04 PM
>> To: [EMAIL PROTECTED]
>> Subject: [ANN] Game Available for Test
>> 
>> 
>> Greetings List:
>> 
>> I've recently been working on a small game called KodeKraker, a 
>> variation of
>> the classic logic game Mastermind.  I'd like to invite folks with a few
>> spare moments (!) to take it for a test run.
>> 
>> What started out a programming exercise turned into a fairly 
>> involved little
>> project.  The game features audio feedback, a custom UI (typical Tactile
>> Media eye candy), and a fun little custom dialog system (note: no 
>> Flash was
>> used in the making of this game).
>> 
>> To grab the game, type the following in your message box:
>> 
>>go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
>> 
>> The stack runs 285K (folks with slower connections please be patient).
>> 
>> Thanks for reporting any problems or otherwise.
>> 
>> Regards,
>> 
>> Scott Rossi
>> Creative Director
>> Tactile Media, Multimedia & Design
>> -
>> E: [EMAIL PROTECTED]
>> W: http://www.tactilemedia.com
>> 
>> ___
>> metacard mailing list
>> [EMAIL PROTECTED]
>> http://lists.runrev.com/mailman/listinfo/metacard
>> 
>
>___
>metacard mailing list
>[EMAIL PROTECTED]
>http://lists.runrev.com/mailman/listinfo/metacard
___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard


RE: [ANN] Game Available for Test

2003-07-02 Thread Chipp Walters
Scott,

Very Cool! Works great on XP.

2nd time thru, used only 5 slotsmust admit to being a bit lucky! ;-)

-Chipp

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Scott Rossi
> Sent: Wednesday, July 02, 2003 7:04 PM
> To: [EMAIL PROTECTED]
> Subject: [ANN] Game Available for Test
> 
> 
> Greetings List:
> 
> I've recently been working on a small game called KodeKraker, a 
> variation of
> the classic logic game Mastermind.  I'd like to invite folks with a few
> spare moments (!) to take it for a test run.
> 
> What started out a programming exercise turned into a fairly 
> involved little
> project.  The game features audio feedback, a custom UI (typical Tactile
> Media eye candy), and a fun little custom dialog system (note: no 
> Flash was
> used in the making of this game).
> 
> To grab the game, type the following in your message box:
> 
>go stack url "http://www.tactilemedia.com/test/stacks/kodekraker.mc";
> 
> The stack runs 285K (folks with slower connections please be patient).
> 
> Thanks for reporting any problems or otherwise.
> 
> Regards,
> 
> Scott Rossi
> Creative Director
> Tactile Media, Multimedia & Design
> -
> E: [EMAIL PROTECTED]
> W: http://www.tactilemedia.com
> 
> ___
> metacard mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/metacard
> 

___
metacard mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/metacard