You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!
Um i heard kia talking about a flash movie.............well i have Flash CS3 Professional and i could probably help......if i every learn actionscprit.... oh and i have Photoshop CS3 Extended
Joined: August 14th, 2008, 8:17 pm Posts: 74 Location: UK
Yep ive been wanting to do a good part of a year, its kinda a joke spinoff of some project someone i know is working on we loads of other peoples characters which happens to have one of mine
I dont think we'll need any actionscript, but i need help tweening/voice actoring.. i think ill end up doing the art myself, rather than Zumi help as he hasnt done anything sinse i asked him last year
Joined: August 14th, 2008, 8:12 pm Posts: 106 Location: At home
find a decent tutorial on something you find interesting. replicate it. then keep doing so until you can do it without using the tutorial. then modify the code to make your own enhacements on it.
Joined: August 14th, 2008, 8:12 pm Posts: 106 Location: At home
if you want to learn actionscript learn how to assign an utilize variables.
at the begining of your actionscript set the variables like this.
var NameOfVariable:Number = 29
So now we have said that the variable named "NameOfVariable" is a number witht he value of 29. We can use this to cross reference things using if statements.
if(NameOfVariable>15){ Do this thing here } else { Do this instead }
Learning to manipulate things is a key issue when learning any code. Variables decide everything in a game, and so actionscript will want you to be able to do this more than anything else.
at the start of any movie, if you dont want it to do anything straight away then do this.
stop()
on frame 1 of scene 1 on any layer. i like to have a layer dedicated to code. imaginativly named "Code".
Users browsing this forum: No registered users and 0 guests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum