Home  | Login  | Register  | Help  | Play 

RE: Flash Q&A Thread 4

 
Logged in as: Guest
  Printable Version
All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy >> RE: Flash Q&A Thread 4
Page 14 of 30«<1213141516>»
Forum Login
Message << Older Topic   Newer Topic >>
10/21/2007 8:16:27   
SirSchmoopy
Banned Multi


@ion: i found a clock thing in flash, make a dynamic text called timer, then add this code into the frame:
var timer = new Date();
var hours = timer.getHours();
var minutes = timer.getMinutes();
var sec = timer.getSeconds();
function onEnterFrame()
{
timer = new Date();
hours = timer.getHours();
minutes = timer.getMinutes();
sec = timer.getSeconds();
timer = hours + ":" + minutes + ":" + sec;
}

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 326
10/23/2007 12:55:44   
ion24
Member

Ok, i made a Dynamic Text, Do i leave it blank or do i put something in it?
Then i Gave it the instance name of "timer", is that what you mean?
Next i put the AS In the Frame Actions.
Now what?

_____________________________

AQ MQ  Post #: 327
10/23/2007 18:15:00   
flsg
Member

ion24: judging by the code, the "timer" name should be a variable name, not an instance name(variable name can be found on the right)
this thread is dead lol

_____________________________

My flash gallery
my game thread

flsg, proud old member of AQ(still playing :O)
AQ  Post #: 328
10/23/2007 18:31:19   
SirSchmoopy
Banned Multi


flsg: don't say that or it really will be dead. also, can u plz help me? i finally got the xp system, however the numbers are added like " 15 + 0 = 150".
can u help?

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 329
10/23/2007 20:06:51   
flsg
Member

I think Jergal already answered to this question, but here:
Number(15)+Number(0)=15
AQ  Post #: 330
10/23/2007 22:28:18   
ion24
Member

@flsg: THANKS...I figured it out just after I posted ... sorry!
AQ MQ  Post #: 331
10/24/2007 3:53:15   
The Illusive Man
Member

This thread isn't dead. It just sleeps. And when someone needs it, it wakes up again. However, looking at flsg and eragon I know nothing lol.
Post #: 332
10/24/2007 15:24:01   
Trip
Member

im waking it Up ^__^

im new at Flash
Ok i have Flash Professional 8
i Made a White Board
And i dont know where to upload it at?

If you need the action Plz tell me\

What DO i Save it as?

< Message edited by ThatSomeone -- 10/24/2007 15:32:43 >
Post #: 333
10/24/2007 15:33:40   
EragonZZZZ
Member

<_< I'm finally going to get my hands on Flash CS3 hopefully...birthday present mayhaps? :]

And I'm working with Java a lot now...the speed difference == love :]
AQ  Post #: 334
10/24/2007 16:57:41   
SirSchmoopy
Banned Multi



quote:

ORIGINAL: flsg

I think Jergal already answered to this question, but here:
Number(15)+Number(0)=15

what if i want to add it to a variable?
Ion: i told u that code not flsg!

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 335
10/24/2007 17:18:04   
SirSchmoopy
Banned Multi



quote:

ORIGINAL: ThatSomeone

im waking it Up ^__^

im new at Flash
Ok i have Flash Professional 8
i Made a White Board
And i dont know where to upload it at?

If you need the action Plz tell me\

What DO i Save it as?

save it as .swf then go to imageshack.us and upload it as a movie :)


_____________________________

Sig deleted.
Post sig only once per page.
Post #: 336
10/24/2007 17:48:01   
Trip
Member


That happens...
It Wont Go All the way =(
it just goes that far and stops
Post #: 337
10/24/2007 17:50:04   
SirSchmoopy
Banned Multi


try deleting unused fieles, wait longer, or stop ur popup bloacker or firewall.
or send me the file and i'll upload for u, acutally, dont trust me trust sum1 else

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 338
10/24/2007 18:39:34   
Trip
Member

Who do i Trust =0
with my file that is kinda easy to make lol
Post #: 339
10/25/2007 3:11:17   
The Illusive Man
Member

TS - quite a nice way to host your files is on your own website. Take out a site with php and mysql and host 4images image control panel on it :). I do it, and this is how i've skinned it - http://althorne-online.com/gallery .
Post #: 340
10/25/2007 18:09:34   
SirSchmoopy
Banned Multi


quote:

what if i want to add it to a variable?

asking still.....pwease

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 341
10/25/2007 19:50:06   
ion24
Member

quote:

ORIGINAL: SirSchmoopy


quote:

ORIGINAL: flsg

I think Jergal already answered to this question, but here:
Number(15)+Number(0)=15

what if i want to add it to a variable?
Ion: i told u that code not flsg!


What do you mean?
AQ MQ  Post #: 342
10/25/2007 19:53:09   
Trip
Member


quote:

ORIGINAL: althorne

TS - quite a nice way to host your files is on your own website. Take out a site with php and mysql and host 4images image control panel on it :). I do it, and this is how i've skinned it - http://althorne-online.com/gallery .


Will it work with mine?mine you cave to click so it can happen...
Post #: 343
10/26/2007 8:03:29   
The Illusive Man
Member

TS - Your web hosting?
Post #: 344
10/26/2007 13:44:56   
Trip
Member

i have photobucket(Not Pro) i tryed imageshack and it freezes
is there another place that supports .swf?
That You can like get a code to post it on the fourms...?
Post #: 345
10/26/2007 21:17:33   
Burning Raven
Member
 

www.swfup.com thats where i go and it wrocks :P
~Raven
AQ  Post #: 346
10/27/2007 3:37:06   
Trip
Member

Thanks it worked ^__^
Thnks
Post #: 347
10/27/2007 3:49:09   
The Illusive Man
Member

Ah well. I host 4images (for myself) on my server and it's going well. I may host a gallery for all members at one point.

_____________________________

Post #: 348
10/27/2007 12:53:58   
SirSchmoopy
Banned Multi


althorne: i kno this is very off topic buty can u make mem a pic of a computer with a broken screen? also, can u email it to me as a fla file?
i'd really apreciate it m8

_____________________________

Sig deleted.
Post sig only once per page.
Post #: 349
10/28/2007 19:53:01   
The Illusive Man
Member

Sir S - When i find some time, yes. But i'm back at school now and working on projects of my own. The minute i find a spare minute, ok?
Post #: 350
Page:   <<   < prev  12 13 [14] 15 16   next >   >>
All Forums >> [Gaming Community] >> [Legends and Lore] >> Artists of Legend >> Art Academy >> RE: Flash Q&A Thread 4
Page 14 of 30«<1213141516>»
Jump to:






Icon Legend
New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts




Forum Content Copyright © 2018 Artix Entertainment, LLC.

"AdventureQuest", "DragonFable", "MechQuest", "EpicDuel", "BattleOn.com", "AdventureQuest Worlds", "Artix Entertainment"
and all game character names are either trademarks or registered trademarks of Artix Entertainment, LLC. All rights are reserved.
PRIVACY POLICY


Forum Software © ASPPlayground.NET Advanced Edition