Project

General

Profile

Bug #265

Updated by Baptiste Pillot about 4 years ago

  
 This is still not working in 9.5.1 

 ```aoz 
 Channel 1 To Bob 1 

 Bob 1, 90, 120, 160 
 animStr$ = "A 100,($8000+161,10)($8000+162,10)(161,10)(160,10);" 
 Amal 1, animStr$ 
 Amal On 1 
 ``` 

 


 First 2 frames not played and error in console is :- 

 ``` 
 utilities.js:1574 Uncaught image_not_defined 
 AOZContext.getElement 	 @ 	 utilities.js:1574 
 ImageBank.getElement 	 @ 	 banks.js:631 
 Bob.set 	 @ 	 bob.js:79 
 Screen.bob 	 @ 	 screen.js:1495 
 (anonymous) 	 @ 	 aoz.js:3296 
 AMAL.doSynchro 	 @ 	 amal.js:168 
 (anonymous) 	 @ 	 amal.js:144 
 ```

Back