PDA

View Full Version : Actionscript HELP!


strangetim
07-07-2002, 06:44 AM
Does swish allow use of actionscripts?

Also, what is the path of our system clock? So if I want to run a FS Cmd, then I can run to the dir of the clock? Get what I mean?:confused:

CyanBlue
07-07-2002, 06:54 AM
Hi...

I think I have used Swish a couple of times... and I am not confused with the other products... I think Swish supports basic actionscript... I'm... 90% sure... 10%??? I don't know... :p

Path for the systemn clock??? I have no clue what you are talking about... Are you looking for 'time' and 'data' function??? If it is... those are internal commands which can be accesses from any directory as long as the PATH is set correctly... If you are looking for the hardware clock within the mother board... you will have to open up your computer... :p Why do you need and what do you want to do???

strangetim
07-07-2002, 06:56 AM
Simplified- Does Swish v2.0 support Actionscripts?


Can I use actionscripts in Swish? Or is it Macromedia Flash ONLY?

CyanBlue
07-07-2002, 07:02 AM
I just went to their web site and saw that they have a screen shot of 'Actions Panel'... So... I guess the answer is YES... This is pretty simple thing you can do by yourself... Why did yo make me go to that web site??? :(

strangetim
07-07-2002, 07:04 AM
Ah..The clock bit isnt as importent..Thanks, so Swish does support Actionscripts? Do you know how I can use them via Swish?
Thanks

CyanBlue
07-07-2002, 07:09 AM
They have trial version you can download and test... As far as AS... I think it was click and choose thing... Nothing complicated like Flash though... :)

strangetim
07-07-2002, 07:23 AM
Ah..sorry..I have been searching for ages..But cant seem to find anything like I have been asking... The Actions panel isnt really actions..its more of things like 'Goto Frame" I thought AS's were like actual scripts-hence javascript...So, can you type things in like



movieclip.prototype.analoguhr = function () {
Zeit = new Date();
sekunden=Zeit.getSeconds();
minuten=Zeit.getMinutes();
stunden=Zeit.getHours();
sek._rotation = sekunden*6;
min._rotation = minuten*6;
std._rotation = stunden*30+minuten*0.5
}

movieclip.prototype.datum = function() {
zeit=new Date();
tag=zeit.getDate();
monat=zeit.getMonth()+1;
jahr=zeit.getFullYear();
if (tag < 10) { tag = "0"+tag;}
if (monat < 10){ monat = "0" + monat;}
zeitfeld= (tag+"."+monat+"."+jahr);
}
datum()



I want to make a clock..In my flash movie...Do you get what I mean? Do you have ICQ / MSN so that I can talk to you about it -easier

CyanBlue
07-07-2002, 07:40 AM
Um... I don't know... I didn't have any intention to go that further with Swish at the time... Why would I??? I feel more comfortable with Flash... Why don't you create it on the program you are more comfortable??? It sounds like you've never used Swish before... Is there any reason why you want to do it with Swish???

Um... messenger... I do have one, but I want to keep this within the forum... There are people who might need to know this information later on... You know what I mean??? :)

Good luck...

strangetim
07-07-2002, 07:43 AM
OK...Thanks alot, and I am acctually very exp with Swish, but not with actionscripts..Thanks for your help anyway..
:p

CyanBlue
07-07-2002, 07:48 AM
Oh... I see... I thought you never used it before... hehe...

Good luck on the project... :)