I have a little program and everything works fine online except for one thing.
I have two invisible sprites (I used hide to make them invisible) and you need to move your mouse back and forth between them. If you touch both of them before either resets its variable back to zero then a sound plays and another varible goes up a tick.
For some reason this does not work online but works fine on my Mac running version 1.4.
The game is called Sammy The Black Worms Bad Day. Any help would be appreciated.
peace
Offline
Oh ya this is happening with the Flash player. For some reason I can't see the Java player.
Offline
Try changing your code to use [blocks]<set[ ghost ]effect to( 100[/blocks]
Sprites hidden with [blocks]<hide>[/blocks] aren't supposed to be able to be sensed.
Last edited by scimonster (2012-01-26 07:27:23)
Offline
Thanks for the response.
I changed it to ghost effect and there is the same problem. Clicking works and everything else works, just not the sensing mouse contact. Still works fine in the program. Could it be a Flash problem? I cant use Java on the site to test it.
Offline
I just got someone to try it not using flash and it works!!! So it is a Flash problem. Thank you scimonster for your help.
Offline
Try adding a "go to front" code. This might make it work across all platforms.
Last edited by sci_test (2012-01-26 08:49:06)
Offline