-
1. Re: Server version not working
clangton Mar 7, 2014 3:28 PM (in response to clangton)The lingo for the button on the button is
on mouseDown
nummove
go "b1"
end
The lingo when clicked on the bunny is
on mouseup
go "giggle"
end
The lingo when clicked on "read" enevelope is
on mouseup me
go "p1"
end
Only this last one works, so is it because of this syntax with "me" in it?
Charan
-
2. Re: Server version not working
clangton Mar 7, 2014 3:45 PM (in response to clangton)Changed it to On mouseup me
still no movement
Thanks for your help.
-
3. Re: Server version not working
Milky_au Mar 8, 2014 10:14 AM (in response to clangton)OK can you check that you have a marker in your score window called "b1" & "giggle"
you'll find the markers along the top of the scroe window.
on mouseUp
go to "b1"
end
This should jump you to the "b1" marker!
Also check that you have code attached to both the 'bunny' and the 'next arrow' ???
-
4. Re: Server version not working
clangton Mar 8, 2014 6:49 PM (in response to Milky_au)Hi,
It does have the markers that it is supposed to go to.
I have tested the program on my machine and it works fine.
There is a CD version that works fine too, same code.
Just not on the server. Any other ideas?
Thanks,
Charan
-
5. Re: Server version not working
Milky_au Mar 9, 2014 3:33 AM (in response to clangton)I've just sent you a private message

