Don't waste time. Join now. No cost.
September 04, 2010, 12:23:30 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: For all people signing up I have been forced to change the way of doing it.
You will need to send me an email after you have registored, at this point I will check and approve your entry.
All this is due to ASSHOLES loading this sight with Sex Links, Add's for same, which will not be allowed.

email: redridecycle@yahoo.com
Wayne
 
Pages: [1]
  Print  
Author Topic: writing pen  (Read 226 times)
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« on: April 11, 2010, 02:54:31 PM »

Hi Mr Wane  Smiley How do you do

I tried to do something like what is found in the swf file attached, but I have not succeeded. I am counting on your ability and I'm sure it's a simple exercise for you. Please, when you have time, work in. I will be very happy     
Thank you very much in advance
Have good time

Stream


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg255#msg255
Logged
Wayne
Administrator
Full Member
*****

Karma: 0
Offline Offline

Gender: Male
Posts: 118


BEER ,beeeeeeeeeeer ah beer.


« Reply #1 on: April 12, 2010, 08:03:52 AM »

Look at this until I can check this out.

http://blog.swishzone.com/?p=3224#more-3224

Wayne


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg256#msg256
Logged
Janusz
Star
Jr. Member
********

Karma: 0
Offline Offline

Gender: Male
Posts: 61


JaNuSz


« Reply #2 on: April 12, 2010, 09:46:29 AM »

Once upon the time I was tring to figure something like added file. Hope it may show another way of writting Smiley (not really)


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg258#msg258
« Last Edit: April 12, 2010, 10:35:32 AM by Janusz » Logged
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« Reply #3 on: April 12, 2010, 02:51:52 PM »

Hi friends How do you do  Smiley
Very interesting ideas and very useful codes
Thanks  Janusz Kiss

Thank you Mr Wayne for the good tuto but I am waiting for the best  Cheesy


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg259#msg259
Logged
Wayne
Administrator
Full Member
*****

Karma: 0
Offline Offline

Gender: Male
Posts: 118


BEER ,beeeeeeeeeeer ah beer.


« Reply #4 on: April 15, 2010, 04:46:53 AM »

Stream:

  What you are looking at is a very time consumming frame by frame animation. This is in flash but the same concept as animated "gif's".
Each letter has around 60 frames or more to make it look as if it's writing.
See what you come up with by doing this and if you get stuck give a yell.

Wayne


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg264#msg264
Logged
Janusz
Star
Jr. Member
********

Karma: 0
Offline Offline

Gender: Male
Posts: 61


JaNuSz


« Reply #5 on: April 15, 2010, 07:29:28 AM »

This is example of writting Smiley It tooks few minutes to make it. But it could be figure faster because I was using shapes of letters as "hand writing". In fact, SwishMax3 lets us to change text letter to shape. And the shape to motion path. just try Smiley
Unfortunatelly I was starting with this file using beta... Wrrrr. Latest unofficial build have to be use for opening.


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg266#msg266
Logged
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« Reply #6 on: April 15, 2010, 09:42:10 AM »

Quote
See what you come up with by doing this and if you get stuck give a yell.
Ok Mr Wayne  Smiley I will try
Thanks  Kiss


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg268#msg268
Logged
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« Reply #7 on: April 15, 2010, 09:51:02 AM »

Quote
This is example of writting Smiley It tooks few minutes to make it. But it could be figure faster because I was using shapes of letters as "hand writing". In fact, SwishMax3 lets us to change text letter to shape. And the shape to motion path. just try Smiley
Unfortunatelly I was starting with this file using beta... Wrrrr. Latest unofficial build have to be use for opening.
WOW !!!  Very good idea 
Thanks a lot Janusz   Kiss


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg269#msg269
Logged
Janusz
Star
Jr. Member
********

Karma: 0
Offline Offline

Gender: Male
Posts: 61


JaNuSz


« Reply #8 on: July 26, 2010, 06:01:53 AM »

Another one try Smiley
Anyway - how to disable script? I mean, in case if I would like to make some spaces - how to make them without writting?


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg488#msg488
Logged
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« Reply #9 on: July 26, 2010, 03:57:46 PM »

I like this new way of writing hands.
Thank you very much Janusz  Kiss

Quote
Anyway - how to disable script? I mean, in case if I would like to make some spaces - how to make them without writting?
We expect the support of Mr Wayne  !!!



Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg489#msg489
Logged
Wayne
Administrator
Full Member
*****

Karma: 0
Offline Offline

Gender: Male
Posts: 118


BEER ,beeeeeeeeeeer ah beer.


« Reply #10 on: July 27, 2010, 04:04:24 AM »

Morning Guys:

Let's do something like this.
Code:
onFrame (1) {
drawing.lineStyle(6, 0xffffff, 50);
drawing.moveTo(pen._x, pen._y);
onEnterFrame = function () {
drawing.lineTo(pen._x, pen._y);
}}
onFrame (22) {
    delete this.onEnterFrame;
}
onFrame (23) {  
    gotoAndPlay(25);

}
onFrame (27) {
drawing.lineStyle(6, 0xffffff, 50);
drawing.moveTo(pen._x, pen._y);
onEnterFrame = function () {
drawing.lineTo(pen._x, pen._y);
}
}
onFrame (69) {
    delete this.onEnterFrame;
}
onFrame (70) {
    gotoAndPlay(72);
}
onFrame (74) {
drawing.lineStyle(6, 0xffffff, 50);
drawing.moveTo(pen._x, pen._y);
onEnterFrame = function () {
drawing.lineTo(pen._x, pen._y);
}
}
onFrame (94) {
    delete this.onEnterFrame;
}
onFrame (95) {    
    gotoAndPlay(96);
}
onFrame (101) {    
drawing.lineStyle(6, 0xffffff, 50);
drawing.moveTo(pen._x, pen._y);
onEnterFrame = function () {
drawing.lineTo(pen._x, pen._y);
}
}
onFrame (136) {
    delete this.onEnterFrame;
}
onFrame (137) {    
    gotoAndPlay(138);
}
onFrame (148) {
drawing.lineStyle(6, 0xffffff, 50);
drawing.moveTo(pen._x, pen._y);
onEnterFrame = function () {
drawing.lineTo(pen._x, pen._y);
}
}

onFrame (186) {
    stop();
}

Example is the lastest beta issue 2010.07.26  Get it free!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

http://forums.swishzone.com/index.php?showtopic=71235


Wayne


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg490#msg490
« Last Edit: July 27, 2010, 06:28:12 AM by Wayne » Logged
stream2
Star
Full Member
********

Karma: 0
Offline Offline

Posts: 109



« Reply #11 on: July 27, 2010, 08:14:40 AM »

wow !!!

Thanks a lot Mr Wayne  Kiss


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg491#msg491
Logged
Janusz
Star
Jr. Member
********

Karma: 0
Offline Offline

Gender: Male
Posts: 61


JaNuSz


« Reply #12 on: July 29, 2010, 07:03:21 AM »

WOw - looks simply
Code:
    delete this.onEnterFrame;

Thanks Wayne!!!


Link to this Post: http://cycle1500.com/action/index.php?topic=112.msg492#msg492
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
Around the World in 80 Settings Theme by MT2-Soft, in association with SMFThemes and TinyPortal Media. (Theme © 2008, Gary M. Gadsdon)
Copyright 2005.