Silgrad Tower from the Ashes

Full Version: I think I'm Back for the 100'th time lol
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Was just burned out on Max and wanted to try some other stuff

But yeah i think I'm back for certain now

But was learning

Flash Drawing (Easy for a vector tool)
Flash Animation (Also semi easy)
Flash Action Script (A total pain in the ass if you ask me, But getting it after learning 40% of mirc scripting)


But now I sketch ideas into flash ( near endless zoom Helps big time)

Then try and make it in max :eek:

Example of what i mean

http://i4.photobucket.com/albums/y124/xc...weapon.swf

But Max is giving headache's forgot how to reset warning messages now i cant refine Lines X(
Someday I want to learn Flash, havent had the time. Anyways welcome back, you may not know me, I spend my time at BC. Big Grin
Thank you for the welcome back

FLash isnt that hard

just draw what you want on different key frames

Put on each key frame
/// This way it wont advance any deeper into the animation
stop();


///Then draw a graphic for a buttton right click and convert to a button
///the highlight the button and add this action script
on (release) {
gotoAndStop(1);
}
///1 is frame number

Edit: Incase you're wondering /// is for writing details that won't be seen by the script. Good thing to do so you remember where each part of script is pointing
Welcome back.