Help Editing Whitenoise Flash source codes
Posted: 19 October 2007 12:09 PM   [ Ignore ]
New Member
Rank
Total Posts:  36
Joined  2007-08-29

I succesfully got Adobe Flash CS3 that allowed me to open the .SWF files. after opening the “ripples.swf” I went in the library and could only edit the background on the ripples Flash . Is there a way that i can edit the ripple color or the ripple intensity?  IS there a way to edit the photos that move o i can replace it with another photo. Do i have to go into the script to edit those things? if so how, Please help.

thanks whitenoise for this awesowe source code.

Profile
 
 
Posted: 19 October 2007 02:26 PM   [ Ignore ]   [ # 1 ]
Sr. Member
Avatar
RankRankRank
Total Posts:  271
Joined  2007-09-07

first of all make sure you have the latest versions of the sample files since they are in a better folder structure…

link >> http://touchlib.com/AS3_09_11_07.zip

now.. u’ll find a ..\src folder that contains all the .fla files. open ripples.fla
then goto ..\lib\app folder and open ripplesurface.as .. this is the script that is called from within ripples.fla ... you can make changes here to get desired results.
just after the “public function RippleSurface()” u’ll find all the properties for various variables ... play with them to change colours… (but do make a copy before u do that)

and for the photo app… refer to this post .. link >> http://nuigroup.com/forums/viewthread/640/

hope this helps!!

 Signature 

cheers!!!

deej
http://therealdesktop.blogspot.com

Profile
 
 
Posted: 19 October 2007 03:35 PM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  36
Joined  2007-08-29

Thanks Deej for all the help. I downloaded AS3_09_11_07 and open up the files with CS3 and noticed that this version unlike the other previous source files do not have a touch simulator when you test the movie inside CS3. Is there a way to get that working again? thanks alot.

Profile
 
 
Posted: 19 October 2007 08:18 PM   [ Ignore ]   [ # 3 ]
Sr. Member
Avatar
RankRankRank
Total Posts:  271
Joined  2007-09-07

you can grab the simulator here >> http://nuigroup.com/forums/viewthread/756/ but make sure you have the latest version of java installed!! else this wont run

 Signature 

cheers!!!

deej
http://therealdesktop.blogspot.com

Profile
 
 
Posted: 20 October 2007 03:51 AM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  36
Joined  2007-08-29

ok now I have the touch simulator and the new Flash apps.  When I try running AS3_09_11_07\src\deploy\flosc\run.bat to get communication between the touch simulator and the flash app but it doesn’t seem to respond at all. is there a special order that i have to open the files or am i missing a whole other part. thanks man

Profile
 
 
Posted: 20 October 2007 08:29 AM   [ Ignore ]   [ # 5 ]
Sr. Member
Avatar
RankRankRank
Total Posts:  271
Joined  2007-09-07

you can use the older touchlib that you downloaded… make sure you have latest java runtime. run flosc.exe (run.bat) first, then the simulator. then run the complied flashapp. try looking up the forums for the new flosc. this migh also help.

links >>

java runtime : http://java.com/en/download/windows_xpi.jsp?locale=en&host=java.com:80

touchlib related info : http://nuigroup.com/wiki/touchlib/

this should run fine.

 Signature 

cheers!!!

deej
http://therealdesktop.blogspot.com

Profile