Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
mrmille #1
Substitute for mod function
Hi all!
I need to find a substitute for the mod function which can be found in
vbscript and so on.
Example:
for i = 0 to 100
if (i mod 2) <> 0 then
do some magix stuff
end if
next
------
This example shows how to do something every second time the loop goes.
Is there a similiar function in actionscript?
mrmille Guest
-
Flash as a DRM substitute
I'd like to be able to stream audio to end users, but do not want those users to be able to play back songs outside of the streaming. If I'm using... -
Substitute a color in an EPS
Hi, I must edit an EPS to change the color of the shapes. Since it's an EPS, I cannot edit each shape separately (moreover, it's a vectorized... -
Using More Than 1 Substitute ?
I have a mess of text in 1 field. 140$042$024$104 etc ... I want to have 1 calc field that fixes all of it with a key. Substitute (text,... -
Result from a regex substitute
Hi there all, I sure this is really obvious but what's the syntax for this please: my $string1 = "mark had a little dog"; $string1 =~... -
Need substitute for SSI GLOBAL
Hello, I'm trying to port a website from GoServer to IIS 5.1 and it makes a lot of use of SSI. Under GoServer I could set GLOBAL variables,... -



Reply With Quote

