PDA

View Full Version : Create a simple notepad using flash


kk_loke86
04-07-2006, 03:19 AM
Do you think it work? I know it is useless but I just want to use this as a goal for me to learn the Flash Actionscript. So if anyone know how to do this by using flash actionscript please let me know, okay? Thanks a lot.

My notepad should at least can

-edit fontformat, fontsize, and so on regarding with font.
-save the typed text into a txt file
-must be able to load it again.
-has a keyword search engine
-work on any PC

My email address:kk_loke86@yahoo.com

Cota
04-07-2006, 03:39 AM
Yes its possible.
1 - learn to use textformatting in Flash
2 - saving to a text tutorial
http://actionscript.org/forums/showpost.php3?p=421960&postcount=70

3 - LoadVars() for loading a text file
4 - That part is a lot more involved, complete 1- 3 first.
5 - Flash already does that...

Honestly, you're probably over thinking it. I dont think you'll need a tutorial to guide you through. Once you have the Actionscripting basics, everything else is creative thought..